#[repr(C)]pub struct BLImageDecoderImpl {
pub virt: *const BLImageDecoderVirt,
pub codec: BLImageCodecCore,
pub handle: *mut c_void,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub lastResult: BLResult,
pub frameIndex: u64,
pub bufferIndex: usize,
}Fields§
§virt: *const BLImageDecoderVirt§codec: BLImageCodecCore§handle: *mut c_void§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§lastResult: BLResult§frameIndex: u64§bufferIndex: usizeTrait Implementations§
Source§impl Clone for BLImageDecoderImpl
impl Clone for BLImageDecoderImpl
Source§fn clone(&self) -> BLImageDecoderImpl
fn clone(&self) -> BLImageDecoderImpl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLImageDecoderImpl
Auto Trait Implementations§
impl Freeze for BLImageDecoderImpl
impl RefUnwindSafe for BLImageDecoderImpl
impl !Send for BLImageDecoderImpl
impl !Sync for BLImageDecoderImpl
impl Unpin for BLImageDecoderImpl
impl UnwindSafe for BLImageDecoderImpl
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