pub enum ShaderParserDep {
Struct(StructPtr),
Function(Option<StructPtr>, FnPtr),
}
Variants§
Trait Implementations§
Source§impl Clone for ShaderParserDep
impl Clone for ShaderParserDep
Source§fn clone(&self) -> ShaderParserDep
fn clone(&self) -> ShaderParserDep
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 ShaderParserDep
impl Debug for ShaderParserDep
Source§impl Hash for ShaderParserDep
impl Hash for ShaderParserDep
Source§impl Ord for ShaderParserDep
impl Ord for ShaderParserDep
Source§fn cmp(&self, other: &ShaderParserDep) -> Ordering
fn cmp(&self, other: &ShaderParserDep) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShaderParserDep
impl PartialEq for ShaderParserDep
Source§impl PartialOrd for ShaderParserDep
impl PartialOrd for ShaderParserDep
impl Copy for ShaderParserDep
impl Eq for ShaderParserDep
impl StructuralPartialEq for ShaderParserDep
Auto Trait Implementations§
impl Freeze for ShaderParserDep
impl RefUnwindSafe for ShaderParserDep
impl Send for ShaderParserDep
impl Sync for ShaderParserDep
impl Unpin for ShaderParserDep
impl UnwindSafe for ShaderParserDep
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