pub struct LabRomType { /* private fields */ }๐Deprecated:
superseded - the current One ROM Lab is driven over USB CDC and does not use this protocol
Trait Implementationsยง
Sourceยงimpl Debug for LabRomType
impl Debug for LabRomType
Sourceยงimpl<'de> Deserialize<'de> for LabRomType
impl<'de> Deserialize<'de> for LabRomType
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
Auto Trait Implementationsยง
impl Freeze for LabRomType
impl RefUnwindSafe for LabRomType
impl Send for LabRomType
impl Sync for LabRomType
impl Unpin for LabRomType
impl UnsafeUnpin for LabRomType
impl UnwindSafe for LabRomType
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