#[repr(transparent)]pub struct FuriEventLoopTimerType(pub c_uchar);Expand description
Enumeration of possible timer types.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriEventLoopTimerType
impl Clone for FuriEventLoopTimerType
Source§fn clone(&self) -> FuriEventLoopTimerType
fn clone(&self) -> FuriEventLoopTimerType
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 moreimpl Copy for FuriEventLoopTimerType
Source§impl Debug for FuriEventLoopTimerType
impl Debug for FuriEventLoopTimerType
impl Eq for FuriEventLoopTimerType
Source§impl Hash for FuriEventLoopTimerType
impl Hash for FuriEventLoopTimerType
Source§impl PartialEq for FuriEventLoopTimerType
impl PartialEq for FuriEventLoopTimerType
Source§fn eq(&self, other: &FuriEventLoopTimerType) -> bool
fn eq(&self, other: &FuriEventLoopTimerType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FuriEventLoopTimerType
Auto Trait Implementations§
impl Freeze for FuriEventLoopTimerType
impl RefUnwindSafe for FuriEventLoopTimerType
impl Send for FuriEventLoopTimerType
impl Sync for FuriEventLoopTimerType
impl Unpin for FuriEventLoopTimerType
impl UnsafeUnpin for FuriEventLoopTimerType
impl UnwindSafe for FuriEventLoopTimerType
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