#[repr(C)]pub struct cuvsIvfSqSearchParams {
pub n_probes: u32,
}Fields§
§n_probes: u32Trait Implementations§
Source§impl Clone for cuvsIvfSqSearchParams
impl Clone for cuvsIvfSqSearchParams
Source§fn clone(&self) -> cuvsIvfSqSearchParams
fn clone(&self) -> cuvsIvfSqSearchParams
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 cuvsIvfSqSearchParams
Auto Trait Implementations§
impl Freeze for cuvsIvfSqSearchParams
impl RefUnwindSafe for cuvsIvfSqSearchParams
impl Send for cuvsIvfSqSearchParams
impl Sync for cuvsIvfSqSearchParams
impl Unpin for cuvsIvfSqSearchParams
impl UnsafeUnpin for cuvsIvfSqSearchParams
impl UnwindSafe for cuvsIvfSqSearchParams
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