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