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