#[repr(u32)]pub enum CacheInterpretation {
Unknown = 0,
Points = 1,
VertexPosition = 2,
VertexNormal = 3,
}Variants§
Trait Implementations§
Source§impl Clone for CacheInterpretation
impl Clone for CacheInterpretation
Source§fn clone(&self) -> CacheInterpretation
fn clone(&self) -> CacheInterpretation
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 CacheInterpretation
Source§impl Debug for CacheInterpretation
impl Debug for CacheInterpretation
Source§impl Default for CacheInterpretation
impl Default for CacheInterpretation
impl Eq for CacheInterpretation
Source§impl PartialEq for CacheInterpretation
impl PartialEq for CacheInterpretation
impl StructuralPartialEq for CacheInterpretation
Auto Trait Implementations§
impl Freeze for CacheInterpretation
impl RefUnwindSafe for CacheInterpretation
impl Send for CacheInterpretation
impl Sync for CacheInterpretation
impl Unpin for CacheInterpretation
impl UnsafeUnpin for CacheInterpretation
impl UnwindSafe for CacheInterpretation
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