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