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