Enum mallumo_gls::framebuffer::GeneralFramebufferDrawBuffer [] [src]

pub enum GeneralFramebufferDrawBuffer {
    None,
    ColorAttachment0,
    ColorAttachment1,
    ColorAttachment2,
    ColorAttachment3,
    ColorAttachment4,
    ColorAttachment5,
    ColorAttachment6,
    ColorAttachment7,
}

Variants

Trait Implementations

impl Debug for GeneralFramebufferDrawBuffer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GeneralFramebufferDrawBuffer
[src]

impl Clone for GeneralFramebufferDrawBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl From<GeneralFramebufferDrawBuffer> for FramebufferDrawBuffer
[src]

[src]

Performs the conversion.

Auto Trait Implementations