pub struct NativeGetauxval {}Expand description
Calls through to the underlying glibc or Bionic getauxval().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativeGetauxval
impl RefUnwindSafe for NativeGetauxval
impl Send for NativeGetauxval
impl Sync for NativeGetauxval
impl Unpin for NativeGetauxval
impl UnwindSafe for NativeGetauxval
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