#[repr(C)]pub struct cuvsBinaryQuantizerParams {
pub threshold: cuvsBinaryQuantizerThreshold,
pub sampling_ratio: f32,
}Fields§
§threshold: cuvsBinaryQuantizerThreshold§sampling_ratio: f32Trait Implementations§
Source§impl Clone for cuvsBinaryQuantizerParams
impl Clone for cuvsBinaryQuantizerParams
Source§fn clone(&self) -> cuvsBinaryQuantizerParams
fn clone(&self) -> cuvsBinaryQuantizerParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cuvsBinaryQuantizerParams
Auto Trait Implementations§
impl Freeze for cuvsBinaryQuantizerParams
impl RefUnwindSafe for cuvsBinaryQuantizerParams
impl Send for cuvsBinaryQuantizerParams
impl Sync for cuvsBinaryQuantizerParams
impl Unpin for cuvsBinaryQuantizerParams
impl UnsafeUnpin for cuvsBinaryQuantizerParams
impl UnwindSafe for cuvsBinaryQuantizerParams
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