#[repr(u8)]pub enum ColumnAddressWidth {
OtherDevices = 0,
Hyperflash = 3,
}
Expand description
columnAdressWidth
Variants§
Trait Implementations§
Source§impl Clone for ColumnAddressWidth
impl Clone for ColumnAddressWidth
Source§fn clone(&self) -> ColumnAddressWidth
fn clone(&self) -> ColumnAddressWidth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ColumnAddressWidth
impl Debug for ColumnAddressWidth
Source§impl PartialEq for ColumnAddressWidth
impl PartialEq for ColumnAddressWidth
impl Copy for ColumnAddressWidth
impl Eq for ColumnAddressWidth
impl StructuralPartialEq for ColumnAddressWidth
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