[][src]Module orbtk_widgets::prelude

Re-exports

pub use crate::*;

Macros

Debug

Derive macro generating an impl of the trait Debug.

Structs

HashMap

A hash map implemented with quadratic probing and SIMD lookup.

HashSet

A hash set implemented as a HashMap where the value is ().

Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

RefCell

A mutable memory location with dynamically checked borrow rules

TypeId

A TypeId represents a globally unique identifier for a type.

Traits

Any

A trait to emulate dynamic typing.

Debug

? formatting.