pub struct FastReadParam {
pub wait_states: u8,
pub mode_bits: u8,
pub opcode: u8,
}
Expand description
FastReadParam
represents the parameters for the different styles of fast read.
Fields§
§wait_states: u8
§mode_bits: u8
§opcode: u8
Trait Implementations§
Source§impl Annotate for &FastReadParam
impl Annotate for &FastReadParam
fn format(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Annotate for FastReadParam
impl Annotate for FastReadParam
fn format(&self, _variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment( &self, _variant: Option<&str>, field: &MemberId<'_>, ) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Clone for FastReadParam
impl Clone for FastReadParam
Source§fn clone(&self) -> FastReadParam
fn clone(&self) -> FastReadParam
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 FastReadParam
impl Debug for FastReadParam
Source§impl Default for FastReadParam
impl Default for FastReadParam
Source§fn default() -> FastReadParam
fn default() -> FastReadParam
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FastReadParam
impl RefUnwindSafe for FastReadParam
impl Send for FastReadParam
impl Sync for FastReadParam
impl Unpin for FastReadParam
impl UnwindSafe for FastReadParam
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