Enum yareio_sys::Shape [−][src]
pub enum Shape { Circles, Squares, Triangles, // some variants omitted }
Expand description
The possible values of a spirit or base’s shape
property.
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Shape
impl UnwindSafe for Shape
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
. Read more