pub enum GLSLPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Source§impl GLSLPassPhase
impl GLSLPassPhase
Trait Implementations§
Source§impl Clone for GLSLPassPhase
impl Clone for GLSLPassPhase
Source§fn clone(&self) -> GLSLPassPhase
fn clone(&self) -> GLSLPassPhase
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 GLSLPassPhase
impl Debug for GLSLPassPhase
Source§impl PartialEq for GLSLPassPhase
impl PartialEq for GLSLPassPhase
impl StructuralPartialEq for GLSLPassPhase
Auto Trait Implementations§
impl Freeze for GLSLPassPhase
impl RefUnwindSafe for GLSLPassPhase
impl Send for GLSLPassPhase
impl Sync for GLSLPassPhase
impl Unpin for GLSLPassPhase
impl UnsafeUnpin for GLSLPassPhase
impl UnwindSafe for GLSLPassPhase
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