pub struct AuxEntry { /* private fields */ }Expand description
Represents an entry in the auxiliary vector.
Implementations§
Trait Implementations§
Source§impl IntoBytes for AuxEntry
impl IntoBytes for AuxEntry
impl Copy for AuxEntry
impl Immutable for AuxEntry
Auto Trait Implementations§
impl Freeze for AuxEntry
impl RefUnwindSafe for AuxEntry
impl Send for AuxEntry
impl Sync for AuxEntry
impl Unpin for AuxEntry
impl UnwindSafe for AuxEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more