Struct stdweb::web::CanvasPattern [] [src]

pub struct CanvasPattern(_);

The CanvasPattern struct represents an opaque object describing a pattern, based on an image, a canvas or a video, created by the CanvasRenderingContext2D.createPattern() method. Intentionally blank, no non-experimental properties or methods.

(JavaScript docs)

Trait Implementations

impl Clone for CanvasPattern
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CanvasPattern
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for CanvasPattern
[src]

impl PartialEq for CanvasPattern
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl InstanceOf for CanvasPattern
[src]

[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for CanvasPattern
[src]

[src]

Performs the conversion.

impl ReferenceType for CanvasPattern
[src]

[src]

Converts a given reference into a concrete reference-like wrapper. Doesn't do any type checking; highly unsafe to use! Read more

impl From<CanvasPattern> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<CanvasPattern> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for CanvasPattern
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r> TryFrom<&'_r Reference> for CanvasPattern
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for CanvasPattern
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r> TryFrom<&'_r Value> for CanvasPattern
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for CanvasPattern
[src]

Auto Trait Implementations

impl Send for CanvasPattern

impl Sync for CanvasPattern