pub struct StatArgs {
pub pathname: InspectResult<PathBuf>,
}Fields§
§pathname: InspectResult<PathBuf>Trait Implementations§
Source§impl From<StatArgs> for SyscallArgs
impl From<StatArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for StatArgs
impl SyscallGroupsGetter for StatArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for StatArgs
impl SyscallNumber for StatArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for StatArgs
Auto Trait Implementations§
impl Freeze for StatArgs
impl RefUnwindSafe for StatArgs
impl Send for StatArgs
impl Sync for StatArgs
impl Unpin for StatArgs
impl UnwindSafe for StatArgs
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