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