pub enum GLShaderType {
OpenGL,
WebGL1,
}Variants§
Auto Trait Implementations§
impl Freeze for GLShaderType
impl RefUnwindSafe for GLShaderType
impl Send for GLShaderType
impl Sync for GLShaderType
impl Unpin for GLShaderType
impl UnsafeUnpin for GLShaderType
impl UnwindSafe for GLShaderType
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