#[repr(C)]pub struct BLPixelConverterCore {
pub convertFunc: BLPixelConverterFunc,
pub __bindgen_anon_1: BLPixelConverterCore__bindgen_ty_1,
}Fields§
§convertFunc: BLPixelConverterFunc§__bindgen_anon_1: BLPixelConverterCore__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLPixelConverterCore
impl Clone for BLPixelConverterCore
Source§fn clone(&self) -> BLPixelConverterCore
fn clone(&self) -> BLPixelConverterCore
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 BLPixelConverterCore
Auto Trait Implementations§
impl Freeze for BLPixelConverterCore
impl RefUnwindSafe for BLPixelConverterCore
impl Send for BLPixelConverterCore
impl Sync for BLPixelConverterCore
impl Unpin for BLPixelConverterCore
impl UnwindSafe for BLPixelConverterCore
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