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