Enum webrender_build::shader::ShaderKind
source · pub enum ShaderKind {
Vertex,
Fragment,
}
Variants§
Trait Implementations§
source§impl Clone for ShaderKind
impl Clone for ShaderKind
source§fn clone(&self) -> ShaderKind
fn clone(&self) -> ShaderKind
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 Debug for ShaderKind
impl Debug for ShaderKind
source§impl PartialEq for ShaderKind
impl PartialEq for ShaderKind
source§fn eq(&self, other: &ShaderKind) -> bool
fn eq(&self, other: &ShaderKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShaderKind
impl StructuralPartialEq for ShaderKind
Auto Trait Implementations§
impl Freeze for ShaderKind
impl RefUnwindSafe for ShaderKind
impl Send for ShaderKind
impl Sync for ShaderKind
impl Unpin for ShaderKind
impl UnwindSafe for ShaderKind
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