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