#[repr(u32)]pub enum VlIKMAlgorithms {
VL_IKM_LLOYD = 0,
VL_IKM_ELKAN = 1,
}Expand description
- @brief IKM algorithms
Variants§
Trait Implementations§
Source§impl Clone for VlIKMAlgorithms
impl Clone for VlIKMAlgorithms
Source§fn clone(&self) -> VlIKMAlgorithms
fn clone(&self) -> VlIKMAlgorithms
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VlIKMAlgorithms
impl Debug for VlIKMAlgorithms
Source§impl Hash for VlIKMAlgorithms
impl Hash for VlIKMAlgorithms
Source§impl PartialEq for VlIKMAlgorithms
impl PartialEq for VlIKMAlgorithms
impl Copy for VlIKMAlgorithms
impl Eq for VlIKMAlgorithms
impl StructuralPartialEq for VlIKMAlgorithms
Auto Trait Implementations§
impl Freeze for VlIKMAlgorithms
impl RefUnwindSafe for VlIKMAlgorithms
impl Send for VlIKMAlgorithms
impl Sync for VlIKMAlgorithms
impl Unpin for VlIKMAlgorithms
impl UnwindSafe for VlIKMAlgorithms
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