pub struct TimerfdGettimeRawArgs {
pub fd: RawFd,
pub curr_value: *mut itimerspec,
}Fields§
§fd: RawFd§curr_value: *mut itimerspecTrait Implementations§
Source§impl Clone for TimerfdGettimeRawArgs
impl Clone for TimerfdGettimeRawArgs
Source§fn clone(&self) -> TimerfdGettimeRawArgs
fn clone(&self) -> TimerfdGettimeRawArgs
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 TimerfdGettimeRawArgs
impl Debug for TimerfdGettimeRawArgs
Source§impl PartialEq for TimerfdGettimeRawArgs
impl PartialEq for TimerfdGettimeRawArgs
Source§impl SyscallGroupsGetter for TimerfdGettimeRawArgs
impl SyscallGroupsGetter for TimerfdGettimeRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerfdGettimeRawArgs
impl SyscallNumber for TimerfdGettimeRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for TimerfdGettimeRawArgs
impl SyscallStopInspect for TimerfdGettimeRawArgs
type Args = TimerfdGettimeArgs
type Result = TimerfdGettimeModifiedArgs
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 TimerfdGettimeRawArgs
impl StructuralPartialEq for TimerfdGettimeRawArgs
Auto Trait Implementations§
impl Freeze for TimerfdGettimeRawArgs
impl RefUnwindSafe for TimerfdGettimeRawArgs
impl !Send for TimerfdGettimeRawArgs
impl !Sync for TimerfdGettimeRawArgs
impl Unpin for TimerfdGettimeRawArgs
impl UnwindSafe for TimerfdGettimeRawArgs
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