#[repr(C)]pub struct cuvsPcaParams {
pub n_components: c_int,
pub copy: bool,
pub whiten: bool,
pub algorithm: cuvsPcaSolver,
pub tol: f32,
pub n_iterations: c_int,
}Fields§
§n_components: c_int§copy: bool§whiten: bool§algorithm: cuvsPcaSolver§tol: f32§n_iterations: c_intTrait Implementations§
Source§impl Clone for cuvsPcaParams
impl Clone for cuvsPcaParams
Source§fn clone(&self) -> cuvsPcaParams
fn clone(&self) -> cuvsPcaParams
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 cuvsPcaParams
Auto Trait Implementations§
impl Freeze for cuvsPcaParams
impl RefUnwindSafe for cuvsPcaParams
impl Send for cuvsPcaParams
impl Sync for cuvsPcaParams
impl Unpin for cuvsPcaParams
impl UnsafeUnpin for cuvsPcaParams
impl UnwindSafe for cuvsPcaParams
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