#[repr(transparent)]pub struct FuriEventLoopTimerType(pub c_uchar);
Expand description
Enumeration of possible timer types.
Tuple Fields§
§0: c_uchar
Trait 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 · 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 FuriEventLoopTimerType
impl Debug for FuriEventLoopTimerType
Source§impl Hash for FuriEventLoopTimerType
impl Hash for FuriEventLoopTimerType
Source§impl PartialEq for FuriEventLoopTimerType
impl PartialEq for FuriEventLoopTimerType
impl Copy for FuriEventLoopTimerType
impl Eq for FuriEventLoopTimerType
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 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