#[repr(u8)]pub enum CtrlClrLcdDatabusWidth {
_16_BIT = 0,
_8_BIT = 1,
_18_BIT = 2,
_24_BIT = 3,
}Variants§
_16_BIT = 0
16-bit data bus mode.
_8_BIT = 1
8-bit data bus mode.
_18_BIT = 2
18-bit data bus mode.
_24_BIT = 3
24-bit data bus mode.
Implementations§
Trait Implementations§
Source§impl Clone for CtrlClrLcdDatabusWidth
impl Clone for CtrlClrLcdDatabusWidth
Source§fn clone(&self) -> CtrlClrLcdDatabusWidth
fn clone(&self) -> CtrlClrLcdDatabusWidth
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 CtrlClrLcdDatabusWidth
impl Debug for CtrlClrLcdDatabusWidth
Source§impl From<CtrlClrLcdDatabusWidth> for u8
impl From<CtrlClrLcdDatabusWidth> for u8
Source§fn from(val: CtrlClrLcdDatabusWidth) -> u8
fn from(val: CtrlClrLcdDatabusWidth) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlClrLcdDatabusWidth
impl From<u8> for CtrlClrLcdDatabusWidth
Source§fn from(val: u8) -> CtrlClrLcdDatabusWidth
fn from(val: u8) -> CtrlClrLcdDatabusWidth
Converts to this type from the input type.
Source§impl Ord for CtrlClrLcdDatabusWidth
impl Ord for CtrlClrLcdDatabusWidth
Source§fn cmp(&self, other: &CtrlClrLcdDatabusWidth) -> Ordering
fn cmp(&self, other: &CtrlClrLcdDatabusWidth) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CtrlClrLcdDatabusWidth
impl PartialEq for CtrlClrLcdDatabusWidth
Source§impl PartialOrd for CtrlClrLcdDatabusWidth
impl PartialOrd for CtrlClrLcdDatabusWidth
impl Copy for CtrlClrLcdDatabusWidth
impl Eq for CtrlClrLcdDatabusWidth
impl StructuralPartialEq for CtrlClrLcdDatabusWidth
Auto Trait Implementations§
impl Freeze for CtrlClrLcdDatabusWidth
impl RefUnwindSafe for CtrlClrLcdDatabusWidth
impl Send for CtrlClrLcdDatabusWidth
impl Sync for CtrlClrLcdDatabusWidth
impl Unpin for CtrlClrLcdDatabusWidth
impl UnwindSafe for CtrlClrLcdDatabusWidth
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