#[non_exhaustive]pub struct Vdso(/* private fields */);Available on (Linux or Android) and (x86-64 and little-endian and 64-bit, or AArch64 and 64-bit, or ARM and 32-bit, or x86 and little-endian and 32-bit), or Linux and (x86-64 and little-endian and 32-bit, or RISC-V RV64 and little-endian and 64-bit, or RISC-V RV32 and little-endian and 32-bit, or MIPS and 32-bit, or MIPS-64 and 64-bit, or s390x and big-endian and 64-bit, or LoongArch LA64 and little-endian and 64-bit, or PowerPC and big-endian and 32-bit, or PowerPC-64 and 64-bit) only.
Implementations§
Source§impl Vdso
impl Vdso
pub fn clock_getres(&self) -> *const c_void
pub fn clock_gettime(&self) -> *const c_void
pub fn clock_gettime64(&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 gettimeofday(&self) -> *const c_void
pub fn sigtramp_rt32(&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