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