#[repr(C)]pub struct jhead {Show 14 fields
pub algo: c_int,
pub bits: c_int,
pub high: c_int,
pub wide: c_int,
pub clrs: c_int,
pub sraw: c_int,
pub psv: c_int,
pub restart: c_int,
pub vpred: [c_int; 6],
pub quant: [ushort; 64],
pub idct: [ushort; 64],
pub huff: [*mut ushort; 20],
pub free: [*mut ushort; 20],
pub row: *mut ushort,
}
Fields§
§algo: c_int
§bits: c_int
§high: c_int
§wide: c_int
§clrs: c_int
§sraw: c_int
§psv: c_int
§restart: c_int
§vpred: [c_int; 6]
§quant: [ushort; 64]
§idct: [ushort; 64]
§huff: [*mut ushort; 20]
§free: [*mut ushort; 20]
§row: *mut ushort
Trait Implementations§
Auto Trait Implementations§
impl Freeze for jhead
impl RefUnwindSafe for jhead
impl !Send for jhead
impl !Sync for jhead
impl Unpin for jhead
impl UnwindSafe for jhead
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