pub struct TimerGettimeRawArgs {
pub timerid: timer_t,
pub curr_value: *mut itimerspec,
}Fields§
§timerid: timer_t§curr_value: *mut itimerspecTrait Implementations§
Source§impl Clone for TimerGettimeRawArgs
impl Clone for TimerGettimeRawArgs
Source§fn clone(&self) -> TimerGettimeRawArgs
fn clone(&self) -> TimerGettimeRawArgs
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 TimerGettimeRawArgs
impl Debug for TimerGettimeRawArgs
Source§impl PartialEq for TimerGettimeRawArgs
impl PartialEq for TimerGettimeRawArgs
Source§impl SyscallGroupsGetter for TimerGettimeRawArgs
impl SyscallGroupsGetter for TimerGettimeRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerGettimeRawArgs
impl SyscallNumber for TimerGettimeRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for TimerGettimeRawArgs
impl SyscallStopInspect for TimerGettimeRawArgs
type Args = TimerGettimeArgs
type Result = TimerGettimeModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for TimerGettimeRawArgs
impl StructuralPartialEq for TimerGettimeRawArgs
Auto Trait Implementations§
impl Freeze for TimerGettimeRawArgs
impl RefUnwindSafe for TimerGettimeRawArgs
impl !Send for TimerGettimeRawArgs
impl !Sync for TimerGettimeRawArgs
impl Unpin for TimerGettimeRawArgs
impl UnwindSafe for TimerGettimeRawArgs
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