Enum makepad_shader_compiler::shader_ast::Val
source · pub enum Val {
Bool(bool),
Int(i32),
Float(f32),
Vec4(Vec4),
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for Val
Auto Trait Implementations§
impl RefUnwindSafe for Val
impl Send for Val
impl Sync for Val
impl Unpin for Val
impl UnwindSafe for Val
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