pub struct ClockGettimeArgs {
pub clk_id: clockid_t,
}Fields§
§clk_id: clockid_tTrait Implementations§
Source§impl Clone for ClockGettimeArgs
impl Clone for ClockGettimeArgs
Source§fn clone(&self) -> ClockGettimeArgs
fn clone(&self) -> ClockGettimeArgs
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 ClockGettimeArgs
impl Debug for ClockGettimeArgs
Source§impl From<ClockGettimeArgs> for SyscallArgs
impl From<ClockGettimeArgs> for SyscallArgs
Source§fn from(args: ClockGettimeArgs) -> Self
fn from(args: ClockGettimeArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ClockGettimeArgs
impl PartialEq for ClockGettimeArgs
Source§impl SyscallGroupsGetter for ClockGettimeArgs
impl SyscallGroupsGetter for ClockGettimeArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for ClockGettimeArgs
impl SyscallNumber for ClockGettimeArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for ClockGettimeArgs
Auto Trait Implementations§
impl Freeze for ClockGettimeArgs
impl RefUnwindSafe for ClockGettimeArgs
impl Send for ClockGettimeArgs
impl Sync for ClockGettimeArgs
impl Unpin for ClockGettimeArgs
impl UnwindSafe for ClockGettimeArgs
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