#[repr(C)]pub struct cuvsFilter {
pub addr: usize,
pub type_: cuvsFilterType,
}Expand description
@brief Struct to hold address of cuvs::neighbors::prefilter and its type
Fields§
§addr: usize§type_: cuvsFilterTypeTrait Implementations§
Source§impl Clone for cuvsFilter
impl Clone for cuvsFilter
Source§fn clone(&self) -> cuvsFilter
fn clone(&self) -> cuvsFilter
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 cuvsFilter
Auto Trait Implementations§
impl Freeze for cuvsFilter
impl RefUnwindSafe for cuvsFilter
impl Send for cuvsFilter
impl Sync for cuvsFilter
impl Unpin for cuvsFilter
impl UnsafeUnpin for cuvsFilter
impl UnwindSafe for cuvsFilter
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