pub struct Vdso {
pub clock_gettime: *const c_void,
pub getcpu: *const c_void,
pub gettimeofday: *const c_void,
pub time: *const c_void,
}Expand description
vDSO for x86_64
Fields§
§clock_gettime: *const c_void§getcpu: *const c_void§gettimeofday: *const c_void§time: *const c_voidImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vdso
impl RefUnwindSafe for Vdso
impl !Send for Vdso
impl !Sync for Vdso
impl Unpin for Vdso
impl UnwindSafe for Vdso
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)