pub struct MbindRawArgs {
pub addr: *mut c_void,
pub len: c_ulong,
pub mode: c_int,
pub nodemask: *const c_ulong,
pub maxnode: c_ulong,
pub flags: c_uint,
}Fields§
§addr: *mut c_void§len: c_ulong§mode: c_int§nodemask: *const c_ulong§maxnode: c_ulong§flags: c_uintTrait Implementations§
Source§impl Clone for MbindRawArgs
impl Clone for MbindRawArgs
Source§fn clone(&self) -> MbindRawArgs
fn clone(&self) -> MbindRawArgs
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 MbindRawArgs
impl Debug for MbindRawArgs
Source§impl PartialEq for MbindRawArgs
impl PartialEq for MbindRawArgs
Source§impl SyscallGroupsGetter for MbindRawArgs
impl SyscallGroupsGetter for MbindRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for MbindRawArgs
impl SyscallNumber for MbindRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for MbindRawArgs
impl SyscallStopInspect for MbindRawArgs
type Args = MbindArgs
type Result = MbindModifiedArgs
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 MbindRawArgs
impl StructuralPartialEq for MbindRawArgs
Auto Trait Implementations§
impl Freeze for MbindRawArgs
impl RefUnwindSafe for MbindRawArgs
impl !Send for MbindRawArgs
impl !Sync for MbindRawArgs
impl Unpin for MbindRawArgs
impl UnwindSafe for MbindRawArgs
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