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