pub struct SetnsRawArgs {
pub fd: RawFd,
pub nstype: c_int,
}Fields§
§fd: RawFd§nstype: c_intTrait Implementations§
Source§impl Clone for SetnsRawArgs
impl Clone for SetnsRawArgs
Source§fn clone(&self) -> SetnsRawArgs
fn clone(&self) -> SetnsRawArgs
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 SetnsRawArgs
impl Debug for SetnsRawArgs
Source§impl PartialEq for SetnsRawArgs
impl PartialEq for SetnsRawArgs
Source§impl SyscallGroupsGetter for SetnsRawArgs
impl SyscallGroupsGetter for SetnsRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetnsRawArgs
impl SyscallNumber for SetnsRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SetnsRawArgs
impl SyscallStopInspect for SetnsRawArgs
type Args = SetnsArgs
type Result = SetnsModifiedArgs
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 SetnsRawArgs
impl StructuralPartialEq for SetnsRawArgs
Auto Trait Implementations§
impl Freeze for SetnsRawArgs
impl RefUnwindSafe for SetnsRawArgs
impl Send for SetnsRawArgs
impl Sync for SetnsRawArgs
impl Unpin for SetnsRawArgs
impl UnwindSafe for SetnsRawArgs
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