[−][src]Struct nnsdk::image::JpegDecoder
Fields
vtable_: *const JpegDecoder__bindgen_vtable
mProcessStage: ProcessStage
mData: *mut c_void
mSize: s64
_18: s32
mFormat: PixelFormat
mImgDimensions: Dimension
_28: s64
Methods
impl JpegDecoder
[src]
pub unsafe fn SetImageData(&mut self, source: *const c_void, size: u64)
[src]
pub unsafe fn Analyze(&mut self) -> JpegStatus
[src]
pub unsafe fn GetAnalyzedDimension(&self) -> Dimension
[src]
pub unsafe fn GetAnalyzedWorkBufferSize(&self) -> s64
[src]
pub unsafe fn Decode(
&mut self,
out: *mut c_void,
arg1: s64,
alignment: s32,
arg2: *mut c_void,
arg3: s64
) -> JpegStatus
[src]
&mut self,
out: *mut c_void,
arg1: s64,
alignment: s32,
arg2: *mut c_void,
arg3: s64
) -> JpegStatus
pub unsafe fn new() -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,