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