pub struct Sfdp {
pub header: SfdpHeader,
pub phdr: Vec<SfdpPhdr>,
pub jedec: JedecParams,
pub params: Vec<UnknownParams>,
}
Expand description
The Sfdp
structure represents the decoded SFDP table.
Fields§
§header: SfdpHeader
§phdr: Vec<SfdpPhdr>
§jedec: JedecParams
§params: Vec<UnknownParams>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sfdp
impl RefUnwindSafe for Sfdp
impl Send for Sfdp
impl Sync for Sfdp
impl Unpin for Sfdp
impl UnwindSafe for Sfdp
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