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 · 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
impl From<SendmsgModifiedArgs> for SyscallModifiedArgs
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
Source§impl SyscallGroupsGetter for SendmsgModifiedArgs
impl SyscallGroupsGetter for SendmsgModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SendmsgModifiedArgs
impl SyscallNumber for SendmsgModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SendmsgModifiedArgs
Auto Trait Implementations§
impl Freeze for SendmsgModifiedArgs
impl RefUnwindSafe for SendmsgModifiedArgs
impl Send for SendmsgModifiedArgs
impl Sync for SendmsgModifiedArgs
impl Unpin 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