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