#[repr(u8)]pub enum Phyw {
DATA_BUS_8 = 0,
DATA_BUS_16 = 1,
SW_RST_8 = 2,
SW_RST_16 = 3,
}Variants§
DATA_BUS_8 = 0
8 bit wide data bus (Software non-programmable)
DATA_BUS_16 = 1
16 bit wide data bus (Software non-programmable)
SW_RST_8 = 2
Reset to 8 bit wide data bus (Software programmable)
SW_RST_16 = 3
Reset to 16 bit wide data bus (Software programmable)
Implementations§
Trait Implementations§
Source§impl Ord for Phyw
impl Ord for Phyw
Source§impl PartialOrd for Phyw
impl PartialOrd for Phyw
impl Copy for Phyw
impl Eq for Phyw
impl StructuralPartialEq for Phyw
Auto Trait Implementations§
impl Freeze for Phyw
impl RefUnwindSafe for Phyw
impl Send for Phyw
impl Sync for Phyw
impl Unpin for Phyw
impl UnwindSafe for Phyw
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