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