pub struct RecvfromModifiedArgs {
pub syscall_result: ssize_t,
pub buf: InspectResult<Vec<u8>>,
}Fields§
§syscall_result: ssize_t§buf: InspectResult<Vec<u8>>Trait Implementations§
Source§impl Clone for RecvfromModifiedArgs
impl Clone for RecvfromModifiedArgs
Source§fn clone(&self) -> RecvfromModifiedArgs
fn clone(&self) -> RecvfromModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecvfromModifiedArgs
impl Debug for RecvfromModifiedArgs
Source§impl From<RecvfromModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl From<RecvfromModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
Source§fn from(args: RecvfromModifiedArgs) -> Self
fn from(args: RecvfromModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RecvfromModifiedArgs
impl PartialEq for RecvfromModifiedArgs
impl StructuralPartialEq for RecvfromModifiedArgs
Source§impl SyscallGroupsGetter for RecvfromModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallGroupsGetter for RecvfromModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for RecvfromModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallNumber for RecvfromModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_number(&self) -> isize
Auto Trait Implementations§
impl Freeze for RecvfromModifiedArgs
impl RefUnwindSafe for RecvfromModifiedArgs
impl Send for RecvfromModifiedArgs
impl Sync for RecvfromModifiedArgs
impl Unpin for RecvfromModifiedArgs
impl UnsafeUnpin for RecvfromModifiedArgs
impl UnwindSafe for RecvfromModifiedArgs
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