#[repr(C)]pub struct CSzFolder {
pub NumCoders: UInt32,
pub NumBonds: UInt32,
pub NumPackStreams: UInt32,
pub UnpackStream: UInt32,
pub PackStreams: [UInt32; 4],
pub Bonds: [CSzBond; 3],
pub Coders: [CSzCoderInfo; 4],
}Fields§
§NumCoders: UInt32§NumBonds: UInt32§NumPackStreams: UInt32§UnpackStream: UInt32§PackStreams: [UInt32; 4]§Bonds: [CSzBond; 3]§Coders: [CSzCoderInfo; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSzFolder
impl RefUnwindSafe for CSzFolder
impl Send for CSzFolder
impl Sync for CSzFolder
impl Unpin for CSzFolder
impl UnwindSafe for CSzFolder
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