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 (const: unstable) · 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§fn eq(&self, other: &TimerCreateRawArgs) -> bool
fn eq(&self, other: &TimerCreateRawArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for TimerCreateRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for TimerCreateRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerCreateRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for TimerCreateRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for TimerCreateRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallStopInspect for TimerCreateRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
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 UnsafeUnpin 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