Enum flipperzero_sys::furi::mutex::FuriMutexType
source · [−]#[repr(C)]
pub enum FuriMutexType {
Normal,
Recursive,
}Variants
Normal
Recursive
Trait Implementations
sourceimpl Clone for FuriMutexType
impl Clone for FuriMutexType
sourcefn clone(&self) -> FuriMutexType
fn clone(&self) -> FuriMutexType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FuriMutexType
impl Debug for FuriMutexType
sourceimpl PartialEq<FuriMutexType> for FuriMutexType
impl PartialEq<FuriMutexType> for FuriMutexType
sourcefn eq(&self, other: &FuriMutexType) -> bool
fn eq(&self, other: &FuriMutexType) -> bool
impl Copy for FuriMutexType
impl Eq for FuriMutexType
impl StructuralEq for FuriMutexType
impl StructuralPartialEq for FuriMutexType
Auto Trait Implementations
impl RefUnwindSafe for FuriMutexType
impl Send for FuriMutexType
impl Sync for FuriMutexType
impl Unpin for FuriMutexType
impl UnwindSafe for FuriMutexType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more