#[repr(C)]
pub struct JpegDecoder { pub vtable_: *const JpegDecoder__bindgen_vtable, pub mProcessStage: u32, pub mData: *mut c_void, pub mSize: i64, pub _18: i32, pub mFormat: u32, pub mImgDimensions: Dimension, pub _28: i64, }

Fields

vtable_: *const JpegDecoder__bindgen_vtablemProcessStage: u32mData: *mut c_voidmSize: i64_18: i32mFormat: u32mImgDimensions: Dimension_28: i64

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.