[][src]Struct makepad_render::ShUnary

pub struct ShUnary {
    pub expr: Box<ShExpr>,
    pub op: ShUnaryOp,
}

Fields

expr: Box<ShExpr>op: ShUnaryOp

Methods

impl ShUnary[src]

pub fn sl(&self, slcx: &mut SlCx) -> Result<Sl, SlErr>[src]

Trait Implementations

impl Clone for ShUnary[src]

impl PartialEq<ShUnary> for ShUnary[src]

impl Hash for ShUnary[src]

impl StructuralPartialEq for ShUnary[src]

Auto Trait Implementations

impl Send for ShUnary

impl Sync for ShUnary

impl Unpin for ShUnary

impl UnwindSafe for ShUnary

impl RefUnwindSafe for ShUnary

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]