Struct linux_syscalls::env::aux::SysInfoHeader
source · #[non_exhaustive]pub struct SysInfoHeader;Expand description
The address of a page containing the virtual Dynamic Shared Object (vDSO) that the kernel creates in order to provide fast implementations of certain system calls. (AT_SYSINFO_EHDR)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SysInfoHeader
impl Send for SysInfoHeader
impl Sync for SysInfoHeader
impl Unpin for SysInfoHeader
impl UnwindSafe for SysInfoHeader
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