Struct libhelium_sys::HeQuantizerCelebi
source · #[repr(C)]pub struct HeQuantizerCelebi {
pub parent_instance: GTypeInstance,
pub ref_count: c_int,
pub priv_: *mut HeQuantizerCelebiPrivate,
}
Fields§
§parent_instance: GTypeInstance
§ref_count: c_int
§priv_: *mut HeQuantizerCelebiPrivate
Trait Implementations§
source§impl Clone for HeQuantizerCelebi
impl Clone for HeQuantizerCelebi
source§fn clone(&self) -> HeQuantizerCelebi
fn clone(&self) -> HeQuantizerCelebi
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 moresource§impl Debug for HeQuantizerCelebi
impl Debug for HeQuantizerCelebi
impl Copy for HeQuantizerCelebi
Auto Trait Implementations§
impl Freeze for HeQuantizerCelebi
impl RefUnwindSafe for HeQuantizerCelebi
impl !Send for HeQuantizerCelebi
impl !Sync for HeQuantizerCelebi
impl Unpin for HeQuantizerCelebi
impl UnwindSafe for HeQuantizerCelebi
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