pub struct TimerGetoverrunRawArgs {
pub timerid: timer_t,
}Fields§
§timerid: timer_tTrait Implementations§
Source§impl Clone for TimerGetoverrunRawArgs
impl Clone for TimerGetoverrunRawArgs
Source§fn clone(&self) -> TimerGetoverrunRawArgs
fn clone(&self) -> TimerGetoverrunRawArgs
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 TimerGetoverrunRawArgs
impl Debug for TimerGetoverrunRawArgs
Source§impl PartialEq for TimerGetoverrunRawArgs
impl PartialEq for TimerGetoverrunRawArgs
Source§impl SyscallGroupsGetter for TimerGetoverrunRawArgs
impl SyscallGroupsGetter for TimerGetoverrunRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerGetoverrunRawArgs
impl SyscallNumber for TimerGetoverrunRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for TimerGetoverrunRawArgs
impl SyscallStopInspect for TimerGetoverrunRawArgs
type Args = TimerGetoverrunArgs
type Result = TimerGetoverrunModifiedArgs
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 TimerGetoverrunRawArgs
impl StructuralPartialEq for TimerGetoverrunRawArgs
Auto Trait Implementations§
impl Freeze for TimerGetoverrunRawArgs
impl RefUnwindSafe for TimerGetoverrunRawArgs
impl !Send for TimerGetoverrunRawArgs
impl !Sync for TimerGetoverrunRawArgs
impl Unpin for TimerGetoverrunRawArgs
impl UnwindSafe for TimerGetoverrunRawArgs
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