pub struct TimerfdCreateArgs {
pub clockid: clockid_t,
pub flags: c_int,
}Fields§
§clockid: clockid_t§flags: c_intTrait Implementations§
Source§impl Clone for TimerfdCreateArgs
impl Clone for TimerfdCreateArgs
Source§fn clone(&self) -> TimerfdCreateArgs
fn clone(&self) -> TimerfdCreateArgs
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 TimerfdCreateArgs
impl Debug for TimerfdCreateArgs
Source§impl From<TimerfdCreateArgs> for SyscallArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl From<TimerfdCreateArgs> for SyscallArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
Source§fn from(args: TimerfdCreateArgs) -> Self
fn from(args: TimerfdCreateArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TimerfdCreateArgs
impl PartialEq for TimerfdCreateArgs
Source§fn eq(&self, other: &TimerfdCreateArgs) -> bool
fn eq(&self, other: &TimerfdCreateArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for TimerfdCreateArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for TimerfdCreateArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TimerfdCreateArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for TimerfdCreateArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
impl StructuralPartialEq for TimerfdCreateArgs
Auto Trait Implementations§
impl Freeze for TimerfdCreateArgs
impl RefUnwindSafe for TimerfdCreateArgs
impl Send for TimerfdCreateArgs
impl Sync for TimerfdCreateArgs
impl Unpin for TimerfdCreateArgs
impl UnsafeUnpin for TimerfdCreateArgs
impl UnwindSafe for TimerfdCreateArgs
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