Enum style::media_queries::MediaQueryType [] [src]

pub enum MediaQueryType {
    All,
    Concrete(MediaType),
}

http://dev.w3.org/csswg/mediaqueries-3/#media0

Variants

A media type that matches every device.

A specific media type.

Trait Implementations

impl Clone for MediaQueryType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MediaQueryType
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for MediaQueryType
[src]

impl PartialEq for MediaQueryType
[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 MallocSizeOf for MediaQueryType
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more