pub struct AuxVecEntry {
pub type_id: AuxType,
pub value: u64,
}Expand description
A single entry in the auxiliary vector passed to the dynamic linker.
Fields§
§type_id: AuxTypeThe type of this entry.
value: u64The value associated with this type.
Implementations§
Trait Implementations§
Source§impl Clone for AuxVecEntry
impl Clone for AuxVecEntry
Source§fn clone(&self) -> AuxVecEntry
fn clone(&self) -> AuxVecEntry
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuxVecEntry
impl Debug for AuxVecEntry
impl Copy for AuxVecEntry
Auto Trait Implementations§
impl Freeze for AuxVecEntry
impl RefUnwindSafe for AuxVecEntry
impl Send for AuxVecEntry
impl Sync for AuxVecEntry
impl Unpin for AuxVecEntry
impl UnwindSafe for AuxVecEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)