#[repr(u32)]pub enum MaxSpeed {
Show 16 variants
Reserved0 = 0,
Speed33MHz = 1,
Speed50MHz = 2,
Speed66MHz = 3,
Speed80MHz = 4,
Speed100MHz = 5,
Speed133MHz = 6,
Speed166MHz = 7,
Speed200MHz = 8,
Speed250MHz = 9,
Speed266MHz = 10,
Speed333MHz = 11,
Speed400MHz = 12,
Reserved10 = 13,
NotCharacterized = 14,
NotSupported = 15,
}
Variants§
Reserved0 = 0
Speed33MHz = 1
Speed50MHz = 2
Speed66MHz = 3
Speed80MHz = 4
Speed100MHz = 5
Speed133MHz = 6
Speed166MHz = 7
Speed200MHz = 8
Speed250MHz = 9
Speed266MHz = 10
Speed333MHz = 11
Speed400MHz = 12
Reserved10 = 13
NotCharacterized = 14
NotSupported = 15
Trait Implementations§
impl Copy for MaxSpeed
impl Eq for MaxSpeed
impl StructuralPartialEq for MaxSpeed
Auto Trait Implementations§
impl Freeze for MaxSpeed
impl RefUnwindSafe for MaxSpeed
impl Send for MaxSpeed
impl Sync for MaxSpeed
impl Unpin for MaxSpeed
impl UnwindSafe for MaxSpeed
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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