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 · 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
impl From<TimerfdGettimeModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: TimerfdGettimeModifiedArgs) -> Self
fn from(args: TimerfdGettimeModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl SyscallGroupsGetter for TimerfdGettimeModifiedArgs
impl SyscallGroupsGetter for TimerfdGettimeModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerfdGettimeModifiedArgs
impl SyscallNumber for TimerfdGettimeModifiedArgs
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 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