pub enum BusWidth {
W1,
W4,
W8,
}Variants§
Trait 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 UnsafeUnpin 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