pub struct RowHeader {
pub crc: u32,
pub meta: RowMeta,
}Fields§
§crc: u32§meta: RowMetaTrait Implementations§
impl Eq for RowHeader
impl StructuralPartialEq for RowHeader
Auto Trait Implementations§
impl Freeze for RowHeader
impl RefUnwindSafe for RowHeader
impl Send for RowHeader
impl Sync for RowHeader
impl Unpin for RowHeader
impl UnwindSafe for RowHeader
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