#[repr(u32)]pub enum UsartParity {
ParityNone = 0,
ParityEven = 4,
ParityOdd = 8,
}Expand description
Parity
Variants§
Trait Implementations§
Source§impl Clone for UsartParity
impl Clone for UsartParity
Source§fn clone(&self) -> UsartParity
fn clone(&self) -> UsartParity
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 UsartParity
impl Debug for UsartParity
Source§impl PartialEq for UsartParity
impl PartialEq for UsartParity
impl Copy for UsartParity
impl Eq for UsartParity
impl StructuralPartialEq for UsartParity
Auto Trait Implementations§
impl Freeze for UsartParity
impl RefUnwindSafe for UsartParity
impl Send for UsartParity
impl Sync for UsartParity
impl Unpin for UsartParity
impl UnwindSafe for UsartParity
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