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