pub struct ClockGettimeModifiedArgs {
pub syscall_result: c_int,
pub tp: InspectResult<timespec>,
}Fields§
§syscall_result: c_int§tp: InspectResult<timespec>Trait Implementations§
Source§impl Clone for ClockGettimeModifiedArgs
impl Clone for ClockGettimeModifiedArgs
Source§fn clone(&self) -> ClockGettimeModifiedArgs
fn clone(&self) -> ClockGettimeModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClockGettimeModifiedArgs
impl Debug for ClockGettimeModifiedArgs
Source§impl From<ClockGettimeModifiedArgs> for SyscallModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl From<ClockGettimeModifiedArgs> for SyscallModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
Source§fn from(args: ClockGettimeModifiedArgs) -> Self
fn from(args: ClockGettimeModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ClockGettimeModifiedArgs
impl PartialEq for ClockGettimeModifiedArgs
Source§fn eq(&self, other: &ClockGettimeModifiedArgs) -> bool
fn eq(&self, other: &ClockGettimeModifiedArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for ClockGettimeModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for ClockGettimeModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for ClockGettimeModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for ClockGettimeModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
impl StructuralPartialEq for ClockGettimeModifiedArgs
Auto Trait Implementations§
impl Freeze for ClockGettimeModifiedArgs
impl RefUnwindSafe for ClockGettimeModifiedArgs
impl Send for ClockGettimeModifiedArgs
impl Sync for ClockGettimeModifiedArgs
impl Unpin for ClockGettimeModifiedArgs
impl UnsafeUnpin for ClockGettimeModifiedArgs
impl UnwindSafe for ClockGettimeModifiedArgs
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