#[repr(u32)]pub enum VecElementType {
None = 0,
B = 1,
H = 2,
S = 3,
D = 4,
B4 = 5,
H2 = 6,
}Variants§
Trait Implementations§
Source§impl Clone for VecElementType
impl Clone for VecElementType
Source§fn clone(&self) -> VecElementType
fn clone(&self) -> VecElementType
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 VecElementType
impl Debug for VecElementType
Source§impl Hash for VecElementType
impl Hash for VecElementType
Source§impl Ord for VecElementType
impl Ord for VecElementType
Source§fn cmp(&self, other: &VecElementType) -> Ordering
fn cmp(&self, other: &VecElementType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VecElementType
impl PartialEq for VecElementType
Source§impl PartialOrd for VecElementType
impl PartialOrd for VecElementType
impl Copy for VecElementType
impl Eq for VecElementType
impl StructuralPartialEq for VecElementType
Auto Trait Implementations§
impl Freeze for VecElementType
impl RefUnwindSafe for VecElementType
impl Send for VecElementType
impl Sync for VecElementType
impl Unpin for VecElementType
impl UnsafeUnpin for VecElementType
impl UnwindSafe for VecElementType
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