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