#[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 · 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 FuriHalSerialDataBits
impl Debug for FuriHalSerialDataBits
Source§impl Hash for FuriHalSerialDataBits
impl Hash for FuriHalSerialDataBits
Source§impl PartialEq for FuriHalSerialDataBits
impl PartialEq for FuriHalSerialDataBits
impl Copy for FuriHalSerialDataBits
impl Eq for FuriHalSerialDataBits
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 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