pub struct MagicByte {
pub record_type: RecordType,
pub metered_size_varlen: u8,
}Fields§
§record_type: RecordType§metered_size_varlen: u8Trait Implementations§
impl Copy for MagicByte
impl StructuralPartialEq for MagicByte
Auto Trait Implementations§
impl Freeze for MagicByte
impl RefUnwindSafe for MagicByte
impl Send for MagicByte
impl Sync for MagicByte
impl Unpin for MagicByte
impl UnwindSafe for MagicByte
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