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