#[repr(C)]pub struct BLImageCodecCore {
pub impl_: *mut BLImageCodecImpl,
}Fields§
§impl_: *mut BLImageCodecImplTrait Implementations§
Source§impl Clone for BLImageCodecCore
impl Clone for BLImageCodecCore
Source§fn clone(&self) -> BLImageCodecCore
fn clone(&self) -> BLImageCodecCore
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 BLImageCodecCore
Auto Trait Implementations§
impl Freeze for BLImageCodecCore
impl RefUnwindSafe for BLImageCodecCore
impl !Send for BLImageCodecCore
impl !Sync for BLImageCodecCore
impl Unpin for BLImageCodecCore
impl UnwindSafe for BLImageCodecCore
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