Struct rc_zip::parse::LzmaProperties
source · pub struct LzmaProperties {
pub major: u8,
pub minor: u8,
pub properties_size: u16,
}
Expand description
5.8.5 LZMA Properties header
Fields§
§major: u8
major version
minor: u8
minor version
properties_size: u16
properties size
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LzmaProperties
impl Send for LzmaProperties
impl Sync for LzmaProperties
impl Unpin for LzmaProperties
impl UnwindSafe for LzmaProperties
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