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