pub struct LabRomEntry { /* private fields */ }๐Deprecated:
superseded - the current One ROM Lab is driven over USB CDC and does not use this protocol
Expand description
Response data for RomMetadata
Implementationsยง
Sourceยงimpl LabRomEntry
impl LabRomEntry
Sourcepub fn from_buffer(buf: &[u8]) -> Result<Self, Error>
๐Deprecated: superseded - the current One ROM Lab is driven over USB CDC and does not use this protocol
pub fn from_buffer(buf: &[u8]) -> Result<Self, Error>
superseded - the current One ROM Lab is driven over USB CDC and does not use this protocol
Get RomMetadata from the appropriate response
pub fn to_buffer(&self) -> Result<Vec<u8>, Error>
๐Deprecated:
superseded - the current One ROM Lab is driven over USB CDC and does not use this protocol
Trait Implementationsยง
Sourceยงimpl Debug for LabRomEntry
impl Debug for LabRomEntry
Sourceยงimpl<'de> Deserialize<'de> for LabRomEntry
impl<'de> Deserialize<'de> for LabRomEntry
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Sourceยงimpl From<RomEntry> for LabRomEntry
impl From<RomEntry> for LabRomEntry
Auto Trait Implementationsยง
impl Freeze for LabRomEntry
impl RefUnwindSafe for LabRomEntry
impl Send for LabRomEntry
impl Sync for LabRomEntry
impl Unpin for LabRomEntry
impl UnsafeUnpin for LabRomEntry
impl UnwindSafe for LabRomEntry
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