Struct gxi::Pure[][src]

pub struct Pure {
    pub pure_index: u32,
    pub child: Option<StrongNodeType>,
    // some fields omitted
}

Fields

pure_index: u32

index of current if block where 0 is default i.e no if block has been executed yet

child: Option<StrongNodeType>

Trait Implementations

@parent: Weak reference to parent, which allows GxiNode to add widget to parent further down the tree nodes can also have a new associated function with multiple params Read more

type conversion

this: can’t move &self to update closure therefore take a GxiNodeRc of Self

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.