#[repr(u8)]pub enum CtrlSetLcdDatabusWidth {
_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 CtrlSetLcdDatabusWidth
impl Clone for CtrlSetLcdDatabusWidth
Source§fn clone(&self) -> CtrlSetLcdDatabusWidth
fn clone(&self) -> CtrlSetLcdDatabusWidth
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 CtrlSetLcdDatabusWidth
impl Debug for CtrlSetLcdDatabusWidth
Source§impl From<CtrlSetLcdDatabusWidth> for u8
impl From<CtrlSetLcdDatabusWidth> for u8
Source§fn from(val: CtrlSetLcdDatabusWidth) -> u8
fn from(val: CtrlSetLcdDatabusWidth) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlSetLcdDatabusWidth
impl From<u8> for CtrlSetLcdDatabusWidth
Source§fn from(val: u8) -> CtrlSetLcdDatabusWidth
fn from(val: u8) -> CtrlSetLcdDatabusWidth
Converts to this type from the input type.
Source§impl Ord for CtrlSetLcdDatabusWidth
impl Ord for CtrlSetLcdDatabusWidth
Source§fn cmp(&self, other: &CtrlSetLcdDatabusWidth) -> Ordering
fn cmp(&self, other: &CtrlSetLcdDatabusWidth) -> 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 CtrlSetLcdDatabusWidth
impl PartialEq for CtrlSetLcdDatabusWidth
Source§impl PartialOrd for CtrlSetLcdDatabusWidth
impl PartialOrd for CtrlSetLcdDatabusWidth
impl Copy for CtrlSetLcdDatabusWidth
impl Eq for CtrlSetLcdDatabusWidth
impl StructuralPartialEq for CtrlSetLcdDatabusWidth
Auto Trait Implementations§
impl Freeze for CtrlSetLcdDatabusWidth
impl RefUnwindSafe for CtrlSetLcdDatabusWidth
impl Send for CtrlSetLcdDatabusWidth
impl Sync for CtrlSetLcdDatabusWidth
impl Unpin for CtrlSetLcdDatabusWidth
impl UnwindSafe for CtrlSetLcdDatabusWidth
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