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