pub struct Prelude {
pub version: Version,
pub encoding: Encoding,
pub header_len: u16,
pub body_crc: u32,
}Fields§
§version: Version§encoding: Encoding§header_len: u16§body_crc: u32Trait Implementations§
impl Eq for Prelude
impl StructuralPartialEq for Prelude
Auto Trait Implementations§
impl Freeze for Prelude
impl RefUnwindSafe for Prelude
impl Send for Prelude
impl Sync for Prelude
impl Unpin for Prelude
impl UnsafeUnpin for Prelude
impl UnwindSafe for Prelude
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