Enum makepad_live_compiler::live_node::LiveUnOp
source · [−]pub enum LiveUnOp {
Not,
Neg,
}
Variants
Not
Neg
Implementations
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
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