pub struct RemapFilePagesRawArgs {
pub addr: *mut c_void,
pub size: size_t,
pub prot: c_int,
pub pgoff: size_t,
pub flags: c_int,
}Fields§
§addr: *mut c_void§size: size_t§prot: c_int§pgoff: size_t§flags: c_intTrait Implementations§
Source§impl Clone for RemapFilePagesRawArgs
impl Clone for RemapFilePagesRawArgs
Source§fn clone(&self) -> RemapFilePagesRawArgs
fn clone(&self) -> RemapFilePagesRawArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemapFilePagesRawArgs
impl Debug for RemapFilePagesRawArgs
Source§impl PartialEq for RemapFilePagesRawArgs
impl PartialEq for RemapFilePagesRawArgs
Source§impl SyscallGroupsGetter for RemapFilePagesRawArgs
impl SyscallGroupsGetter for RemapFilePagesRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for RemapFilePagesRawArgs
impl SyscallNumber for RemapFilePagesRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for RemapFilePagesRawArgs
impl SyscallStopInspect for RemapFilePagesRawArgs
type Args = RemapFilePagesArgs
type Result = RemapFilePagesModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for RemapFilePagesRawArgs
impl StructuralPartialEq for RemapFilePagesRawArgs
Auto Trait Implementations§
impl Freeze for RemapFilePagesRawArgs
impl RefUnwindSafe for RemapFilePagesRawArgs
impl !Send for RemapFilePagesRawArgs
impl !Sync for RemapFilePagesRawArgs
impl Unpin for RemapFilePagesRawArgs
impl UnwindSafe for RemapFilePagesRawArgs
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