Enum makepad_shader_compiler::shader_ast::Lit
source · [−]Variants
Bool(bool)
Int(i32)
Float(f32)
Color(u32)
Implementations
Trait Implementations
impl Copy for Lit
impl StructuralPartialEq for Lit
Auto Trait Implementations
impl RefUnwindSafe for Lit
impl Send for Lit
impl Sync for Lit
impl Unpin for Lit
impl UnwindSafe for Lit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more