pub enum BusWidth {
Bits8,
Bits16LE,
Bits16BE,
}
Expand description
Bus width used for address width and data width
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for BusWidth
impl RefUnwindSafe for BusWidth
impl Send for BusWidth
impl Sync for BusWidth
impl Unpin for BusWidth
impl UnwindSafe for BusWidth
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