Struct stb_image_rust::stbi__zhuffman [−][src]
pub struct stbi__zhuffman {
pub fast: [u16; 512],
pub firstcode: [u16; 16],
pub maxcode: [i32; 17],
pub firstsymbol: [u16; 16],
pub size: [u8; 288],
pub value: [u16; 288],
}
Fields
fast: [u16; 512]
firstcode: [u16; 16]
maxcode: [i32; 17]
firstsymbol: [u16; 16]
size: [u8; 288]
value: [u16; 288]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for stbi__zhuffman
impl Send for stbi__zhuffman
impl Sync for stbi__zhuffman
impl Unpin for stbi__zhuffman
impl UnwindSafe for stbi__zhuffman
Blanket Implementations
Mutably borrows from an owned value. Read more