#[repr(C)]pub struct VsyscallPage {
pub entry: *const VsyscallEntry,
pub environ_ptr: *const u8,
pub environ_len: usize,
}
Fields§
§entry: *const VsyscallEntry
§environ_ptr: *const u8
§environ_len: usize
Trait Implementations§
impl Send for VsyscallPage
impl Sync for VsyscallPage
Auto Trait Implementations§
impl Freeze for VsyscallPage
impl RefUnwindSafe for VsyscallPage
impl Unpin for VsyscallPage
impl UnwindSafe for VsyscallPage
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