pub struct DefSecondTableRow {
pub compressed_chunk_offset: u32,
pub last_file_number: u32,
}Fields§
§compressed_chunk_offset: u32§last_file_number: u32Auto Trait Implementations§
impl Freeze for DefSecondTableRow
impl RefUnwindSafe for DefSecondTableRow
impl Send for DefSecondTableRow
impl Sync for DefSecondTableRow
impl Unpin for DefSecondTableRow
impl UnwindSafe for DefSecondTableRow
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