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