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