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