Struct vulkano::swapchain::SupportedPresentModes [] [src]

pub struct SupportedPresentModes {
    pub immediate: bool,
    pub mailbox: bool,
    pub fifo: bool,
    pub relaxed: bool,
}

List of PresentModes that are supported.

Fields

Methods

impl SupportedPresentModes
[src]

[src]

Builds a SupportedPresentModes with all fields set to false.

[src]

Returns true if the given present mode is in this list of supported modes.

[src]

Returns an iterator to the list of supported present modes.

Trait Implementations

impl Copy for SupportedPresentModes
[src]

impl Clone for SupportedPresentModes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SupportedPresentModes
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SupportedPresentModes
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for SupportedPresentModes
[src]