Enum web_sys::CanvasWindingRule
source · 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§
source§impl CanvasWindingRule
impl CanvasWindingRule
pub fn from_js_value(obj: &JsValue) -> Option<CanvasWindingRule>
Trait Implementations§
source§impl Clone for CanvasWindingRule
impl Clone for CanvasWindingRule
source§fn clone(&self) -> CanvasWindingRule
fn clone(&self) -> CanvasWindingRule
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CanvasWindingRule
impl Debug for CanvasWindingRule
source§impl From<CanvasWindingRule> for JsValue
impl From<CanvasWindingRule> for JsValue
source§fn from(obj: CanvasWindingRule) -> JsValue
fn from(obj: CanvasWindingRule) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for CanvasWindingRule
impl FromWasmAbi for CanvasWindingRule
source§impl IntoWasmAbi for CanvasWindingRule
impl IntoWasmAbi for CanvasWindingRule
source§impl PartialEq<CanvasWindingRule> for CanvasWindingRule
impl PartialEq<CanvasWindingRule> for CanvasWindingRule
source§fn eq(&self, other: &CanvasWindingRule) -> bool
fn eq(&self, other: &CanvasWindingRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CanvasWindingRule
impl Eq for CanvasWindingRule
impl StructuralEq for CanvasWindingRule
impl StructuralPartialEq for CanvasWindingRule
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.