#[repr(transparent)]pub struct TimerDelay(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl TimerDelay
impl TimerDelay
pub const CANCEL: TimerDelay
pub const PERIODIC: TimerDelay
pub const RELATIVE: TimerDelay
Trait Implementations§
Source§impl Clone for TimerDelay
impl Clone for TimerDelay
Source§fn clone(&self) -> TimerDelay
fn clone(&self) -> TimerDelay
Returns a copy 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 TimerDelay
impl Debug for TimerDelay
Source§impl Hash for TimerDelay
impl Hash for TimerDelay
Source§impl Ord for TimerDelay
impl Ord for TimerDelay
Source§fn cmp(&self, other: &TimerDelay) -> Ordering
fn cmp(&self, other: &TimerDelay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TimerDelay
impl PartialEq for TimerDelay
Source§impl PartialOrd for TimerDelay
impl PartialOrd for TimerDelay
impl Copy for TimerDelay
impl Eq for TimerDelay
impl StructuralPartialEq for TimerDelay
Auto Trait Implementations§
impl Freeze for TimerDelay
impl RefUnwindSafe for TimerDelay
impl Send for TimerDelay
impl Sync for TimerDelay
impl Unpin for TimerDelay
impl UnwindSafe for TimerDelay
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