[−][src]Struct skyline::nn::image::JpegDecoder
Fields
vtable_: *const JpegDecoder__bindgen_vtable
mProcessStage: u32
mData: *mut c_void
mSize: i64
_18: i32
mFormat: u32
mImgDimensions: Dimension
_28: i64
Methods
impl JpegDecoder
[src]
pub unsafe fn SetImageData(&mut self, source: *const c_void, size: u64)
[src]
pub unsafe fn Analyze(&mut self) -> i32
[src]
pub unsafe fn GetAnalyzedDimension(&self) -> Dimension
[src]
pub unsafe fn GetAnalyzedWorkBufferSize(&self) -> i64
[src]
pub unsafe fn Decode(
&mut self,
out: *mut c_void,
arg1: i64,
alignment: i32,
arg2: *mut c_void,
arg3: i64
) -> i32
[src]
&mut self,
out: *mut c_void,
arg1: i64,
alignment: i32,
arg2: *mut c_void,
arg3: i64
) -> i32
pub unsafe fn new() -> JpegDecoder
[src]
Auto Trait Implementations
impl RefUnwindSafe for JpegDecoder
impl !Send for JpegDecoder
impl !Sync for JpegDecoder
impl Unpin for JpegDecoder
impl UnwindSafe for JpegDecoder
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>,