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