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