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