[][src]Struct lava::VkSurfaceCapabilities2

pub struct VkSurfaceCapabilities2 {
    pub min_image_count: usize,
    pub max_image_count: usize,
    pub current_extent: VkExtent2D,
    pub min_image_extent: VkExtent2D,
    pub max_image_extent: VkExtent2D,
    pub max_image_array_layers: usize,
    pub supported_transforms: VkSurfaceTransformFlags,
    pub current_transform: VkSurfaceTransformFlags,
    pub supported_composite_alpha: VkCompositeAlphaFlags,
    pub supported_usage_flags: VkImageUsageFlags,
    pub supported_surface_counters: VkSurfaceCounterFlags,
}

Fields

min_image_count: usizemax_image_count: usizecurrent_extent: VkExtent2Dmin_image_extent: VkExtent2Dmax_image_extent: VkExtent2Dmax_image_array_layers: usizesupported_transforms: VkSurfaceTransformFlagscurrent_transform: VkSurfaceTransformFlagssupported_composite_alpha: VkCompositeAlphaFlagssupported_usage_flags: VkImageUsageFlagssupported_surface_counters: VkSurfaceCounterFlags

Trait Implementations

impl Clone for VkSurfaceCapabilities2[src]

impl Debug for VkSurfaceCapabilities2[src]

impl Default for VkSurfaceCapabilities2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.