#[repr(u32)]pub enum cuvsIvfPqListLayout {
CUVS_IVF_PQ_LIST_LAYOUT_FLAT = 0,
CUVS_IVF_PQ_LIST_LAYOUT_INTERLEAVED = 1,
}Variants§
Trait Implementations§
Source§impl Clone for cuvsIvfPqListLayout
impl Clone for cuvsIvfPqListLayout
Source§fn clone(&self) -> cuvsIvfPqListLayout
fn clone(&self) -> cuvsIvfPqListLayout
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 cuvsIvfPqListLayout
Source§impl Debug for cuvsIvfPqListLayout
impl Debug for cuvsIvfPqListLayout
impl Eq for cuvsIvfPqListLayout
Source§impl Hash for cuvsIvfPqListLayout
impl Hash for cuvsIvfPqListLayout
Source§impl PartialEq for cuvsIvfPqListLayout
impl PartialEq for cuvsIvfPqListLayout
impl StructuralPartialEq for cuvsIvfPqListLayout
Auto Trait Implementations§
impl Freeze for cuvsIvfPqListLayout
impl RefUnwindSafe for cuvsIvfPqListLayout
impl Send for cuvsIvfPqListLayout
impl Sync for cuvsIvfPqListLayout
impl Unpin for cuvsIvfPqListLayout
impl UnsafeUnpin for cuvsIvfPqListLayout
impl UnwindSafe for cuvsIvfPqListLayout
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