Struct __kernel_itimerspec

struct __kernel_itimerspec { ... }

Fields

it_interval: __kernel_timespec
it_value: __kernel_timespec

Implementations

impl Clone for __kernel_itimerspec

fn clone(self: &Self) -> __kernel_itimerspec

impl Copy for __kernel_itimerspec

impl Debug for __kernel_itimerspec

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for __kernel_itimerspec

impl RefUnwindSafe for __kernel_itimerspec

impl Send for __kernel_itimerspec

impl Sync for __kernel_itimerspec

impl Unpin for __kernel_itimerspec

impl UnsafeUnpin for __kernel_itimerspec

impl UnwindSafe for __kernel_itimerspec

impl<T> Any for __kernel_itimerspec

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for __kernel_itimerspec

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for __kernel_itimerspec

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for __kernel_itimerspec

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for __kernel_itimerspec

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for __kernel_itimerspec

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for __kernel_itimerspec

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for __kernel_itimerspec

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>