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