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 · 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
impl From<ClockGettimeModifiedArgs> for SyscallModifiedArgs
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§impl SyscallGroupsGetter for ClockGettimeModifiedArgs
impl SyscallGroupsGetter for ClockGettimeModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for ClockGettimeModifiedArgs
impl SyscallNumber for ClockGettimeModifiedArgs
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 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