pub struct Trailer {
pub status: u32,
pub block_id: u64,
pub valid_payload_size: u64,
}Expand description
Parsed U3V stream trailer.
Fields§
§status: u32Status of the acquired frame (0 = success).
block_id: u64Block ID for this frame.
valid_payload_size: u64Actual number of valid payload bytes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trailer
impl RefUnwindSafe for Trailer
impl Send for Trailer
impl Sync for Trailer
impl Unpin for Trailer
impl UnsafeUnpin for Trailer
impl UnwindSafe for Trailer
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