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