#[repr(C)]pub struct CidxRec {
pub cid: [u8; 32],
pub pack_id: u32,
pub offset: u64,
pub len: u32,
pub kind: u8,
pub flags: u8,
pub crc: u32,
pub _pad: [u8; 10],
}Expand description
Content Index Record (64B fixed length)
Fields§
§cid: [u8; 32]§pack_id: u32§offset: u64§len: u32§kind: u8§flags: u8§crc: u32§_pad: [u8; 10]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CidxRec
impl RefUnwindSafe for CidxRec
impl Send for CidxRec
impl Sync for CidxRec
impl Unpin for CidxRec
impl UnwindSafe for CidxRec
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