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