Struct linux_syscalls::env::vdso::Vdso
source · #[non_exhaustive]#[repr(transparent)]pub struct Vdso(_);Implementations§
source§impl Vdso
impl Vdso
pub fn clock_getres(&self) -> *const c_void
pub fn clock_gettime(&self) -> *const c_void
pub fn datapage_offset(&self) -> *const c_void
pub fn get_syscall_map(&self) -> *const c_void
pub fn get_tbfreq(&self) -> *const c_void
pub fn getcpu(&self) -> *const c_void
pub fn gettimeofday(&self) -> *const c_void
pub fn sigtramp_rt64(&self) -> *const c_void
pub fn sigtramp32(&self) -> *const c_void
pub fn sync_dicache(&self) -> *const c_void
pub fn sync_dicache_p5(&self) -> *const c_void
Trait Implementations§
Auto Trait Implementations§
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