#[repr(C)]pub struct BLImageCodecImpl {
pub virt: *const BLImageCodecVirt,
pub name: *const c_char,
pub vendor: *const c_char,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub features: u32,
pub mimeType: *const c_char,
pub extensions: *const c_char,
}Fields§
§virt: *const BLImageCodecVirt§name: *const c_char§vendor: *const c_char§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§features: u32§mimeType: *const c_char§extensions: *const c_charTrait Implementations§
Source§impl Clone for BLImageCodecImpl
impl Clone for BLImageCodecImpl
Source§fn clone(&self) -> BLImageCodecImpl
fn clone(&self) -> BLImageCodecImpl
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 BLImageCodecImpl
Auto Trait Implementations§
impl Freeze for BLImageCodecImpl
impl RefUnwindSafe for BLImageCodecImpl
impl !Send for BLImageCodecImpl
impl !Sync for BLImageCodecImpl
impl Unpin for BLImageCodecImpl
impl UnwindSafe for BLImageCodecImpl
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