Enum shadertoy::SearchFilter [] [src]

pub enum SearchFilter {
    Vr,
    SoundOutput,
    SoundInput,
    Webcam,
    MultiPass,
    MusicStream,
}

Variants

Trait Implementations

impl Debug for SearchFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SearchFilter
[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 Copy for SearchFilter
[src]

impl Clone for SearchFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromStr for SearchFilter
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for SearchFilter

impl Sync for SearchFilter