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