Struct dacite::khr_surface::SurfaceCapabilitiesKhr [] [src]

pub struct SurfaceCapabilitiesKhr {
    pub min_image_count: u32,
    pub max_image_count: Option<u32>,
    pub current_extent: Option<Extent2D>,
    pub min_image_extent: Extent2D,
    pub max_image_extent: Extent2D,
    pub max_image_array_layers: u32,
    pub supported_transforms: SurfaceTransformFlagsKhr,
    pub current_transform: SurfaceTransformFlagBitsKhr,
    pub supported_composite_alpha: CompositeAlphaFlagsKhr,
    pub supported_usage_flags: ImageUsageFlags,
}

Fields

Trait Implementations

impl Debug for SurfaceCapabilitiesKhr
[src]

Formats the value using the given formatter.

impl Copy for SurfaceCapabilitiesKhr
[src]

impl Clone for SurfaceCapabilitiesKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for SurfaceCapabilitiesKhr
[src]

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

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

impl<'a> From<&'a VkSurfaceCapabilitiesKHR> for SurfaceCapabilitiesKhr
[src]

Performs the conversion.