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