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