Struct linux_syscalls::env::aux::SysInfo
source · #[non_exhaustive]pub struct SysInfo;Expand description
The entry point to the system call function in the vDSO. Not present/needed on all architectures (e.g., absent on x86-64). (AT_SYSINFO)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SysInfo
impl Send for SysInfo
impl Sync for SysInfo
impl Unpin for SysInfo
impl UnwindSafe for SysInfo
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