#[repr(C)]pub enum VertexSlotFormat {
FLOAT1 = 0,
FLOAT2 = 1,
FLOAT3 = 2,
FLOAT4 = 3,
UNORM4 = 4,
SNORM4 = 5,
}
Variants§
Trait Implementations§
Source§impl Clone for VertexSlotFormat
impl Clone for VertexSlotFormat
Source§fn clone(&self) -> VertexSlotFormat
fn clone(&self) -> VertexSlotFormat
Returns a copy 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 PartialEq for VertexSlotFormat
impl PartialEq for VertexSlotFormat
impl Copy for VertexSlotFormat
impl StructuralPartialEq for VertexSlotFormat
Auto Trait Implementations§
impl Freeze for VertexSlotFormat
impl RefUnwindSafe for VertexSlotFormat
impl Send for VertexSlotFormat
impl Sync for VertexSlotFormat
impl Unpin for VertexSlotFormat
impl UnwindSafe for VertexSlotFormat
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