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