#[repr(u32)]pub enum RTCBufferType {
Show 15 variants
    INDEX = 0,
    VERTEX = 1,
    VERTEX_ATTRIBUTE = 2,
    NORMAL = 3,
    TANGENT = 4,
    NORMAL_DERIVATIVE = 5,
    GRID = 8,
    FACE = 16,
    LEVEL = 17,
    EDGE_CREASE_INDEX = 18,
    EDGE_CREASE_WEIGHT = 19,
    VERTEX_CREASE_INDEX = 20,
    VERTEX_CREASE_WEIGHT = 21,
    HOLE = 22,
    FLAGS = 32,
}Variants§
INDEX = 0
VERTEX = 1
VERTEX_ATTRIBUTE = 2
NORMAL = 3
TANGENT = 4
NORMAL_DERIVATIVE = 5
GRID = 8
FACE = 16
LEVEL = 17
EDGE_CREASE_INDEX = 18
EDGE_CREASE_WEIGHT = 19
VERTEX_CREASE_INDEX = 20
VERTEX_CREASE_WEIGHT = 21
HOLE = 22
FLAGS = 32
Trait Implementations§
Source§impl Clone for RTCBufferType
 
impl Clone for RTCBufferType
Source§fn clone(&self) -> RTCBufferType
 
fn clone(&self) -> RTCBufferType
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 RTCBufferType
 
impl Debug for RTCBufferType
Source§impl Hash for RTCBufferType
 
impl Hash for RTCBufferType
Source§impl PartialEq for RTCBufferType
 
impl PartialEq for RTCBufferType
impl Copy for RTCBufferType
impl Eq for RTCBufferType
impl StructuralPartialEq for RTCBufferType
Auto Trait Implementations§
impl Freeze for RTCBufferType
impl RefUnwindSafe for RTCBufferType
impl Send for RTCBufferType
impl Sync for RTCBufferType
impl Unpin for RTCBufferType
impl UnwindSafe for RTCBufferType
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