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