pub struct RawRxFrame {
pub data: Vec<u8>,
pub metadata: Vec<u8>,
}Expand description
One inbound STR_PHY_RAW frame with its trailing metadata exactly as
the device sent it.
Fields§
§data: Vec<u8>§metadata: Vec<u8>Trait Implementations§
Source§impl Clone for RawRxFrame
impl Clone for RawRxFrame
Source§fn clone(&self) -> RawRxFrame
fn clone(&self) -> RawRxFrame
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RawRxFrame
impl RefUnwindSafe for RawRxFrame
impl Send for RawRxFrame
impl Sync for RawRxFrame
impl Unpin for RawRxFrame
impl UnwindSafe for RawRxFrame
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)