Enum makepad_platform::live_eval::LiveUnOp
pub enum LiveUnOp {
Not,
Neg,
}Variants§
Implementations§
§impl LiveUnOp
impl LiveUnOp
pub fn from_un_op(token: LiveToken) -> Option<LiveUnOp>
Trait Implementations§
impl Copy for LiveUnOp
impl StructuralPartialEq for LiveUnOp
Auto Trait Implementations§
impl RefUnwindSafe for LiveUnOp
impl Send for LiveUnOp
impl Sync for LiveUnOp
impl Unpin for LiveUnOp
impl UnwindSafe for LiveUnOp
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