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