pub struct RecvmsgArgs {
pub sockfd: RawFd,
pub flags: c_int,
pub msg: InspectResult<msghdr>,
}Fields§
§sockfd: RawFd§flags: c_int§msg: InspectResult<msghdr>Trait Implementations§
Source§impl Clone for RecvmsgArgs
impl Clone for RecvmsgArgs
Source§fn clone(&self) -> RecvmsgArgs
fn clone(&self) -> RecvmsgArgs
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 RecvmsgArgs
impl Debug for RecvmsgArgs
Source§impl From<RecvmsgArgs> for SyscallArgs
impl From<RecvmsgArgs> for SyscallArgs
Source§fn from(args: RecvmsgArgs) -> Self
fn from(args: RecvmsgArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RecvmsgArgs
impl PartialEq for RecvmsgArgs
Source§impl SyscallGroupsGetter for RecvmsgArgs
impl SyscallGroupsGetter for RecvmsgArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for RecvmsgArgs
impl SyscallNumber for RecvmsgArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for RecvmsgArgs
Auto Trait Implementations§
impl Freeze for RecvmsgArgs
impl RefUnwindSafe for RecvmsgArgs
impl !Send for RecvmsgArgs
impl !Sync for RecvmsgArgs
impl Unpin for RecvmsgArgs
impl UnwindSafe for RecvmsgArgs
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