Enum makepad_shader_compiler::shader_ast::Val
source · [−]Variants
Bool(bool)
Int(i32)
Float(f32)
Vec4(Vec4)
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
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