#[repr(transparent)]pub struct FuriTimerType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriTimerType
impl Clone for FuriTimerType
Source§fn clone(&self) -> FuriTimerType
fn clone(&self) -> FuriTimerType
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 FuriTimerType
impl Debug for FuriTimerType
Source§impl Hash for FuriTimerType
impl Hash for FuriTimerType
Source§impl PartialEq for FuriTimerType
impl PartialEq for FuriTimerType
impl Copy for FuriTimerType
impl Eq for FuriTimerType
impl StructuralPartialEq for FuriTimerType
Auto Trait Implementations§
impl Freeze for FuriTimerType
impl RefUnwindSafe for FuriTimerType
impl Send for FuriTimerType
impl Sync for FuriTimerType
impl Unpin for FuriTimerType
impl UnwindSafe for FuriTimerType
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