Enum bedrock::resources::BorderColor [] [src]

#[repr(C)]
pub enum BorderColor { TransparentBlackF, TransparentBlackI, OpaqueBlackF, OpaqueBlackI, OpaqueWhiteF, OpaqueWhiteI, }

Specify border color used for texture lookups

Variants

A transparent, floating-point format, black color

A transparent, integer format, black color

An opaque, floating-point format, black color

An opaque, integer format, black color

An opaque, floating-point format, white color

An opaque, integer format, white color

Trait Implementations

impl Debug for BorderColor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BorderColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Copy for BorderColor
[src]

Auto Trait Implementations

impl Send for BorderColor

impl Sync for BorderColor