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
impl Copy 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