pub struct VforkRawArgs {}Trait Implementations§
Source§impl Clone for VforkRawArgs
impl Clone for VforkRawArgs
Source§fn clone(&self) -> VforkRawArgs
fn clone(&self) -> VforkRawArgs
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 VforkRawArgs
impl Debug for VforkRawArgs
Source§impl PartialEq for VforkRawArgs
impl PartialEq for VforkRawArgs
Source§impl SyscallGroupsGetter for VforkRawArgs
impl SyscallGroupsGetter for VforkRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for VforkRawArgs
impl SyscallNumber for VforkRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for VforkRawArgs
impl SyscallStopInspect for VforkRawArgs
type Args = VforkArgs
type Result = VforkModifiedArgs
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 VforkRawArgs
impl StructuralPartialEq for VforkRawArgs
Auto Trait Implementations§
impl Freeze for VforkRawArgs
impl RefUnwindSafe for VforkRawArgs
impl Send for VforkRawArgs
impl Sync for VforkRawArgs
impl Unpin for VforkRawArgs
impl UnwindSafe for VforkRawArgs
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