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