#[repr(C)]pub struct cuvsScalarQuantizerParams {
pub quantile: f32,
}Expand description
@defgroup preprocessing_c_scalar C API for Scalar Quantizer @{ / /** @brief Scalar quantizer parameters.
Fields§
§quantile: f32Trait Implementations§
Source§impl Clone for cuvsScalarQuantizerParams
impl Clone for cuvsScalarQuantizerParams
Source§fn clone(&self) -> cuvsScalarQuantizerParams
fn clone(&self) -> cuvsScalarQuantizerParams
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 cuvsScalarQuantizerParams
Auto Trait Implementations§
impl Freeze for cuvsScalarQuantizerParams
impl RefUnwindSafe for cuvsScalarQuantizerParams
impl Send for cuvsScalarQuantizerParams
impl Sync for cuvsScalarQuantizerParams
impl Unpin for cuvsScalarQuantizerParams
impl UnsafeUnpin for cuvsScalarQuantizerParams
impl UnwindSafe for cuvsScalarQuantizerParams
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