pub struct RemoteMUnmap { /* private fields */ }Implementations§
Trait Implementations§
Source§impl RemoteSyscall for RemoteMUnmap
impl RemoteSyscall for RemoteMUnmap
fn registers(&self, regs: &mut user_regs_struct)
fn prepare_registers( regs: &mut user_regs_struct, rax: u64, rdi: u64, rsi: u64, rdx: u64, r10: u64, r8: u64, r9: u64, )
Auto Trait Implementations§
impl Freeze for RemoteMUnmap
impl RefUnwindSafe for RemoteMUnmap
impl Send for RemoteMUnmap
impl Sync for RemoteMUnmap
impl Unpin for RemoteMUnmap
impl UnwindSafe for RemoteMUnmap
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