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