Enum stdweb::web::Repetition [] [src]

pub enum Repetition {
    Repeat,
    RepeatX,
    RepeatY,
    NoRepeat,
}

An enum indicating how to repeat the image.

(JavaScript docs)

Variants

Repeat in both directions

Repeat horizontally

Repeat vertically

Don't repeat

Trait Implementations

impl Debug for Repetition
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Repetition
[src]

impl Clone for Repetition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Repetition
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Repetition
[src]

impl Default for Repetition
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Repetition

impl Sync for Repetition