pub struct ChunkRaw {
pub id: u16,
pub data: Bytes,
}Expand description
Raw GVSP chunk extracted from a payload or trailer block.
Fields§
§id: u16§data: BytesTrait Implementations§
impl Eq for ChunkRaw
impl StructuralPartialEq for ChunkRaw
Auto Trait Implementations§
impl !Freeze for ChunkRaw
impl RefUnwindSafe for ChunkRaw
impl Send for ChunkRaw
impl Sync for ChunkRaw
impl Unpin for ChunkRaw
impl UnwindSafe for ChunkRaw
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