Struct dacite::khr_display::DisplayPlaneCapabilitiesKhr [] [src]

pub struct DisplayPlaneCapabilitiesKhr {
    pub supported_alpha: DisplayPlaneAlphaFlagsKhr,
    pub min_src_position: Offset2D,
    pub max_src_position: Offset2D,
    pub min_src_extent: Extent2D,
    pub max_src_extent: Extent2D,
    pub min_dst_position: Offset2D,
    pub max_dst_position: Offset2D,
    pub min_dst_extent: Extent2D,
    pub max_dst_extent: Extent2D,
}

Fields

Trait Implementations

impl Debug for DisplayPlaneCapabilitiesKhr
[src]

Formats the value using the given formatter.

impl Copy for DisplayPlaneCapabilitiesKhr
[src]

impl Clone for DisplayPlaneCapabilitiesKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for DisplayPlaneCapabilitiesKhr
[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 VkDisplayPlaneCapabilitiesKHR> for DisplayPlaneCapabilitiesKhr
[src]

Performs the conversion.