#[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 (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 FuriMutexType
Source§impl Debug for FuriMutexType
impl Debug for FuriMutexType
impl Eq for FuriMutexType
Source§impl Hash for FuriMutexType
impl Hash for FuriMutexType
Source§impl PartialEq for FuriMutexType
impl PartialEq for FuriMutexType
Source§fn eq(&self, other: &FuriMutexType) -> bool
fn eq(&self, other: &FuriMutexType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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