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