#[repr(u8)]pub enum Formselect {
SpiFrame = 0,
SpiFrameWithAddr = 2,
}
Expand description
Frame Format
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Formselect
impl Clone for Formselect
Source§fn clone(&self) -> Formselect
fn clone(&self) -> Formselect
Returns a copy 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 Formselect
impl Debug for Formselect
Source§impl From<Formselect> for u8
impl From<Formselect> for u8
Source§fn from(variant: Formselect) -> Self
fn from(variant: Formselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Formselect
impl PartialEq for Formselect
impl Copy for Formselect
impl Eq for Formselect
impl IsEnum for Formselect
impl StructuralPartialEq for Formselect
Auto Trait Implementations§
impl Freeze for Formselect
impl RefUnwindSafe for Formselect
impl Send for Formselect
impl Sync for Formselect
impl Unpin for Formselect
impl UnwindSafe for Formselect
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