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