#[repr(C)]pub enum GlslProfile {
None = 0,
Core = 1,
Compatibility = 2,
Es = 3,
}
Expand description
GLSL profile.
Variants§
Trait Implementations§
Source§impl Clone for GlslProfile
impl Clone for GlslProfile
Source§fn clone(&self) -> GlslProfile
fn clone(&self) -> GlslProfile
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 GlslProfile
impl Debug for GlslProfile
Source§impl PartialEq for GlslProfile
impl PartialEq for GlslProfile
impl Copy for GlslProfile
impl Eq for GlslProfile
impl StructuralPartialEq for GlslProfile
Auto Trait Implementations§
impl Freeze for GlslProfile
impl RefUnwindSafe for GlslProfile
impl Send for GlslProfile
impl Sync for GlslProfile
impl Unpin for GlslProfile
impl UnwindSafe for GlslProfile
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