pub struct Js5MasterIndexEntry {
pub version: i32,
pub checksum: u32,
pub groups: usize,
pub total_uncompressed_length: u32,
pub digest: Option<[u8; 32]>,
}Fields§
§version: i32§checksum: u32§groups: usize§total_uncompressed_length: u32§digest: Option<[u8; 32]>Auto Trait Implementations§
impl Freeze for Js5MasterIndexEntry
impl RefUnwindSafe for Js5MasterIndexEntry
impl Send for Js5MasterIndexEntry
impl Sync for Js5MasterIndexEntry
impl Unpin for Js5MasterIndexEntry
impl UnwindSafe for Js5MasterIndexEntry
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