pub struct TimerCreateArgs {
pub clockid: clockid_t,
pub sevp: InspectResult<Option<sigevent>>,
}Fields§
§clockid: clockid_t§sevp: InspectResult<Option<sigevent>>Trait Implementations§
Source§impl Clone for TimerCreateArgs
impl Clone for TimerCreateArgs
Source§fn clone(&self) -> TimerCreateArgs
fn clone(&self) -> TimerCreateArgs
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 TimerCreateArgs
impl Debug for TimerCreateArgs
Source§impl From<TimerCreateArgs> for SyscallArgs
impl From<TimerCreateArgs> for SyscallArgs
Source§fn from(args: TimerCreateArgs) -> Self
fn from(args: TimerCreateArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TimerCreateArgs
impl PartialEq for TimerCreateArgs
Source§impl SyscallGroupsGetter for TimerCreateArgs
impl SyscallGroupsGetter for TimerCreateArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerCreateArgs
impl SyscallNumber for TimerCreateArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for TimerCreateArgs
Auto Trait Implementations§
impl Freeze for TimerCreateArgs
impl RefUnwindSafe for TimerCreateArgs
impl !Send for TimerCreateArgs
impl !Sync for TimerCreateArgs
impl Unpin for TimerCreateArgs
impl UnwindSafe for TimerCreateArgs
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