#[repr(u8)]pub enum Chsizeselect {
_8Bit = 0,
_9Bit = 1,
_5Bit = 5,
_6Bit = 6,
_7Bit = 7,
}
Expand description
Character Size
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Chsizeselect
impl Clone for Chsizeselect
Source§fn clone(&self) -> Chsizeselect
fn clone(&self) -> Chsizeselect
Returns a copy 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 Chsizeselect
impl Debug for Chsizeselect
Source§impl From<Chsizeselect> for u8
impl From<Chsizeselect> for u8
Source§fn from(variant: Chsizeselect) -> Self
fn from(variant: Chsizeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Chsizeselect
impl PartialEq for Chsizeselect
impl Copy for Chsizeselect
impl Eq for Chsizeselect
impl IsEnum for Chsizeselect
impl StructuralPartialEq for Chsizeselect
Auto Trait Implementations§
impl Freeze for Chsizeselect
impl RefUnwindSafe for Chsizeselect
impl Send for Chsizeselect
impl Sync for Chsizeselect
impl Unpin for Chsizeselect
impl UnwindSafe for Chsizeselect
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