pub struct SendmsgModifiedArgs {
pub syscall_result: ssize_t,
}Fields§
§syscall_result: ssize_tTrait Implementations§
Source§impl Clone for SendmsgModifiedArgs
impl Clone for SendmsgModifiedArgs
Source§fn clone(&self) -> SendmsgModifiedArgs
fn clone(&self) -> SendmsgModifiedArgs
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 SendmsgModifiedArgs
impl Debug for SendmsgModifiedArgs
Source§impl From<SendmsgModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl From<SendmsgModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
Source§fn from(args: SendmsgModifiedArgs) -> Self
fn from(args: SendmsgModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SendmsgModifiedArgs
impl PartialEq for SendmsgModifiedArgs
impl StructuralPartialEq for SendmsgModifiedArgs
Source§impl SyscallGroupsGetter for SendmsgModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallGroupsGetter for SendmsgModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SendmsgModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallNumber for SendmsgModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_number(&self) -> isize
Auto Trait Implementations§
impl Freeze for SendmsgModifiedArgs
impl RefUnwindSafe for SendmsgModifiedArgs
impl Send for SendmsgModifiedArgs
impl Sync for SendmsgModifiedArgs
impl Unpin for SendmsgModifiedArgs
impl UnsafeUnpin for SendmsgModifiedArgs
impl UnwindSafe for SendmsgModifiedArgs
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