#[repr(transparent)]pub struct FuriHalSerialDataBits(pub c_uchar);Expand description
Actual data bits, i.e. not including start/stop and parity bits
Note: 6 data bits are only permitted when parity is enabled Note: 9 data bits are only permitted when parity is disabled
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalSerialDataBits
impl Clone for FuriHalSerialDataBits
Source§fn clone(&self) -> FuriHalSerialDataBits
fn clone(&self) -> FuriHalSerialDataBits
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 FuriHalSerialDataBits
Source§impl Debug for FuriHalSerialDataBits
impl Debug for FuriHalSerialDataBits
impl Eq for FuriHalSerialDataBits
Source§impl Hash for FuriHalSerialDataBits
impl Hash for FuriHalSerialDataBits
Source§impl PartialEq for FuriHalSerialDataBits
impl PartialEq for FuriHalSerialDataBits
Source§fn eq(&self, other: &FuriHalSerialDataBits) -> bool
fn eq(&self, other: &FuriHalSerialDataBits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FuriHalSerialDataBits
Auto Trait Implementations§
impl Freeze for FuriHalSerialDataBits
impl RefUnwindSafe for FuriHalSerialDataBits
impl Send for FuriHalSerialDataBits
impl Sync for FuriHalSerialDataBits
impl Unpin for FuriHalSerialDataBits
impl UnsafeUnpin for FuriHalSerialDataBits
impl UnwindSafe for FuriHalSerialDataBits
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