Enum makepad_live_compiler::live_eval::LiveEval
source · [−]pub enum LiveEval {
Float64(f64),
Vec2(Vec2),
Vec3(Vec3),
Vec4(Vec4),
Int64(i64),
Bool(bool),
String(String),
}
Variants
Float64(f64)
Vec2(Vec2)
Vec3(Vec3)
Vec4(Vec4)
Int64(i64)
Bool(bool)
String(String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiveEval
impl Send for LiveEval
impl Sync for LiveEval
impl Unpin for LiveEval
impl UnwindSafe for LiveEval
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