pub struct UnknownParams {
pub data: Vec<u32>,
}Expand description
An UnknownParams structure represents SFDP parameter tables for which
we don’t have a specialized parser.
Fields§
§data: Vec<u32>Trait Implementations§
Source§impl Debug for UnknownParams
impl Debug for UnknownParams
Source§impl Serialize for UnknownParams
impl Serialize for UnknownParams
Auto Trait Implementations§
impl Freeze for UnknownParams
impl RefUnwindSafe for UnknownParams
impl Send for UnknownParams
impl Sync for UnknownParams
impl Unpin for UnknownParams
impl UnwindSafe for UnknownParams
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