#[repr(C)]pub struct BLImageEncoderImpl {
pub virt: *const BLImageEncoderVirt,
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 BLImageEncoderVirt§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 BLImageEncoderImpl
impl Clone for BLImageEncoderImpl
Source§fn clone(&self) -> BLImageEncoderImpl
fn clone(&self) -> BLImageEncoderImpl
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 BLImageEncoderImpl
Auto Trait Implementations§
impl Freeze for BLImageEncoderImpl
impl RefUnwindSafe for BLImageEncoderImpl
impl !Send for BLImageEncoderImpl
impl !Sync for BLImageEncoderImpl
impl Unpin for BLImageEncoderImpl
impl UnwindSafe for BLImageEncoderImpl
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