Enum bedrock::FormatComponents [] [src]

pub enum FormatComponents {
    Undefined,
    R,
    RG,
    RGB,
    RGBA,
    EBGR,
    D,
    S,
    DS,
    Compressed,
}

Containing Components in Format(Order is not considered)

Variants

Methods

impl FormatComponents
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for FormatComponents
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FormatComponents
[src]

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

Auto Trait Implementations