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