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