Enum dacite::khr_surface::PresentModeKhr [] [src]

pub enum PresentModeKhr {
    Immediate,
    Mailbox,
    Fifo,
    FifoRelaxed,
    Unknown(VkPresentModeKHR),
}

Variants

Trait Implementations

impl Debug for PresentModeKhr
[src]

Formats the value using the given formatter.

impl Copy for PresentModeKhr
[src]

impl Clone for PresentModeKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PresentModeKhr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PresentModeKhr
[src]

impl Hash for PresentModeKhr
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<VkPresentModeKHR> for PresentModeKhr
[src]

Performs the conversion.