#[repr(u8)]pub enum Col8 {
COL8_0 = 0,
COL8_1 = 1,
}Variants§
COL8_0 = 0
Column address bit number is decided by COL field.
COL8_1 = 1
Column address bit number is 8. COL field is ignored.
Implementations§
Trait Implementations§
Source§impl Ord for Col8
impl Ord for Col8
Source§impl PartialOrd for Col8
impl PartialOrd for Col8
impl Copy for Col8
impl Eq for Col8
impl StructuralPartialEq for Col8
Auto Trait Implementations§
impl Freeze for Col8
impl RefUnwindSafe for Col8
impl Send for Col8
impl Sync for Col8
impl Unpin for Col8
impl UnwindSafe for Col8
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