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