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