pub struct UtimesArgs {
pub filename: InspectResult<PathBuf>,
pub times: Result<Option<[timeval; 2]>, InspectError<Vec<timeval>>>,
}Fields§
§filename: InspectResult<PathBuf>§times: Result<Option<[timeval; 2]>, InspectError<Vec<timeval>>>Trait Implementations§
Source§impl Clone for UtimesArgs
impl Clone for UtimesArgs
Source§fn clone(&self) -> UtimesArgs
fn clone(&self) -> UtimesArgs
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 UtimesArgs
impl Debug for UtimesArgs
Source§impl From<UtimesArgs> for SyscallArgs
impl From<UtimesArgs> for SyscallArgs
Source§fn from(args: UtimesArgs) -> Self
fn from(args: UtimesArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UtimesArgs
impl PartialEq for UtimesArgs
Source§impl SyscallGroupsGetter for UtimesArgs
impl SyscallGroupsGetter for UtimesArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for UtimesArgs
impl SyscallNumber for UtimesArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for UtimesArgs
Auto Trait Implementations§
impl Freeze for UtimesArgs
impl RefUnwindSafe for UtimesArgs
impl Send for UtimesArgs
impl Sync for UtimesArgs
impl Unpin for UtimesArgs
impl UnwindSafe for UtimesArgs
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