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§
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