#[repr(u32)]pub enum VisualShaderType {
Vertex = 0,
Fragment = 1,
Light = 2,
Max = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualShaderType
impl Clone for VisualShaderType
Source§fn clone(&self) -> VisualShaderType
fn clone(&self) -> VisualShaderType
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 VisualShaderType
impl Debug for VisualShaderType
Source§impl Hash for VisualShaderType
impl Hash for VisualShaderType
Source§impl PartialEq for VisualShaderType
impl PartialEq for VisualShaderType
impl Copy for VisualShaderType
impl Eq for VisualShaderType
impl StructuralPartialEq for VisualShaderType
Auto Trait Implementations§
impl Freeze for VisualShaderType
impl RefUnwindSafe for VisualShaderType
impl Send for VisualShaderType
impl Sync for VisualShaderType
impl Unpin for VisualShaderType
impl UnwindSafe for VisualShaderType
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