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