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