#[repr(u8)]pub enum ColumnAddressWidth {
Other = 0,
HyperFlash = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for ColumnAddressWidth
impl RefUnwindSafe for ColumnAddressWidth
impl Send for ColumnAddressWidth
impl Sync for ColumnAddressWidth
impl Unpin for ColumnAddressWidth
impl UnwindSafe for ColumnAddressWidth
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