Enum makepad_live_compiler::live_node::LiveUnOp
source · pub enum LiveUnOp {
Not,
Neg,
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<LiveUnOp> for LiveUnOp
impl PartialEq<LiveUnOp> for LiveUnOp
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