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