#[repr(transparent)]pub struct FuriThreadState(pub c_uchar);
Expand description
Enumeration of possible FuriThread states.
Many of the FuriThread functions MUST ONLY be called when the thread is STOPPED.
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for FuriThreadState
impl Clone for FuriThreadState
Source§fn clone(&self) -> FuriThreadState
fn clone(&self) -> FuriThreadState
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 FuriThreadState
impl Debug for FuriThreadState
Source§impl Hash for FuriThreadState
impl Hash for FuriThreadState
Source§impl PartialEq for FuriThreadState
impl PartialEq for FuriThreadState
impl Copy for FuriThreadState
impl Eq for FuriThreadState
impl StructuralPartialEq for FuriThreadState
Auto Trait Implementations§
impl Freeze for FuriThreadState
impl RefUnwindSafe for FuriThreadState
impl Send for FuriThreadState
impl Sync for FuriThreadState
impl Unpin for FuriThreadState
impl UnwindSafe for FuriThreadState
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