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