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