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