#[repr(u8)]
pub enum ColumnAddressWidth {
OtherDevices,
Hyperflash,
}
Expand description
columnAdressWidth
Variants
Trait Implementations
sourceimpl Clone for ColumnAddressWidth
impl Clone for ColumnAddressWidth
sourcefn clone(&self) -> ColumnAddressWidth
fn clone(&self) -> ColumnAddressWidth
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ColumnAddressWidth
impl Debug for ColumnAddressWidth
sourceimpl PartialEq<ColumnAddressWidth> for ColumnAddressWidth
impl PartialEq<ColumnAddressWidth> for ColumnAddressWidth
sourcefn eq(&self, other: &ColumnAddressWidth) -> bool
fn eq(&self, other: &ColumnAddressWidth) -> bool
impl Copy for ColumnAddressWidth
impl Eq for ColumnAddressWidth
impl StructuralEq for ColumnAddressWidth
impl StructuralPartialEq for ColumnAddressWidth
Auto Trait Implementations
impl RefUnwindSafe for ColumnAddressWidth
impl Send for ColumnAddressWidth
impl Sync for ColumnAddressWidth
impl Unpin for ColumnAddressWidth
impl UnwindSafe for ColumnAddressWidth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more