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