#[repr(u32)]pub enum SequentialAttributeEncoderType {
SEQUENTIAL_ATTRIBUTE_ENCODER_GENERIC = 0,
SEQUENTIAL_ATTRIBUTE_ENCODER_INTEGER = 1,
SEQUENTIAL_ATTRIBUTE_ENCODER_QUANTIZATION = 2,
SEQUENTIAL_ATTRIBUTE_ENCODER_NORMALS = 3,
}Variants§
SEQUENTIAL_ATTRIBUTE_ENCODER_GENERIC = 0
SEQUENTIAL_ATTRIBUTE_ENCODER_INTEGER = 1
SEQUENTIAL_ATTRIBUTE_ENCODER_QUANTIZATION = 2
SEQUENTIAL_ATTRIBUTE_ENCODER_NORMALS = 3
Trait Implementations§
Source§impl Clone for SequentialAttributeEncoderType
impl Clone for SequentialAttributeEncoderType
Source§fn clone(&self) -> SequentialAttributeEncoderType
fn clone(&self) -> SequentialAttributeEncoderType
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 moreSource§impl PartialEq for SequentialAttributeEncoderType
impl PartialEq for SequentialAttributeEncoderType
Source§fn eq(&self, other: &SequentialAttributeEncoderType) -> bool
fn eq(&self, other: &SequentialAttributeEncoderType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SequentialAttributeEncoderType
impl StructuralPartialEq for SequentialAttributeEncoderType
impl UniquePtrTarget for SequentialAttributeEncoderType
impl VectorElement for SequentialAttributeEncoderType
impl WeakPtrTarget for SequentialAttributeEncoderType
Auto Trait Implementations§
impl Freeze for SequentialAttributeEncoderType
impl RefUnwindSafe for SequentialAttributeEncoderType
impl Send for SequentialAttributeEncoderType
impl Sync for SequentialAttributeEncoderType
impl Unpin for SequentialAttributeEncoderType
impl UnsafeUnpin for SequentialAttributeEncoderType
impl UnwindSafe for SequentialAttributeEncoderType
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