pub struct SfdpPhdr {
pub id: u8,
pub minor: u8,
pub major: u8,
pub dwords: u8,
pub offset: u32,
}
Expand description
The SFDP parameter header identifies additional parameter tables within the SFDP. All devices are required to have a JEDEC parameter header and corresponding table.
Fields§
§id: u8
§minor: u8
§major: u8
§dwords: u8
§offset: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SfdpPhdr
impl RefUnwindSafe for SfdpPhdr
impl Send for SfdpPhdr
impl Sync for SfdpPhdr
impl Unpin for SfdpPhdr
impl UnwindSafe for SfdpPhdr
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