#[repr(transparent)]pub struct FuriHalVersionColor(pub c_uchar);Expand description
Device Colors
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalVersionColor
impl Clone for FuriHalVersionColor
Source§fn clone(&self) -> FuriHalVersionColor
fn clone(&self) -> FuriHalVersionColor
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 FuriHalVersionColor
Source§impl Debug for FuriHalVersionColor
impl Debug for FuriHalVersionColor
impl Eq for FuriHalVersionColor
Source§impl Hash for FuriHalVersionColor
impl Hash for FuriHalVersionColor
Source§impl PartialEq for FuriHalVersionColor
impl PartialEq for FuriHalVersionColor
Source§fn eq(&self, other: &FuriHalVersionColor) -> bool
fn eq(&self, other: &FuriHalVersionColor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FuriHalVersionColor
Auto Trait Implementations§
impl Freeze for FuriHalVersionColor
impl RefUnwindSafe for FuriHalVersionColor
impl Send for FuriHalVersionColor
impl Sync for FuriHalVersionColor
impl Unpin for FuriHalVersionColor
impl UnsafeUnpin for FuriHalVersionColor
impl UnwindSafe for FuriHalVersionColor
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