Enum web_sys::CanvasWindingRule [−][src]
pub enum CanvasWindingRule {
Nonzero,
Evenodd,
// some variants omitted
}
Expand description
The CanvasWindingRule
enum.
This API requires the following crate features to be activated: CanvasWindingRule
Variants
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CanvasWindingRule
impl Send for CanvasWindingRule
impl Sync for CanvasWindingRule
impl Unpin for CanvasWindingRule
impl UnwindSafe for CanvasWindingRule
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