[][src]Struct lava::VkDisplayProperties

pub struct VkDisplayProperties<'a> {
    pub display: VkDisplay,
    pub display_name: &'a str,
    pub physical_dimensions: VkExtent2D,
    pub physical_resolution: VkExtent2D,
    pub supported_transforms: VkSurfaceTransformFlags,
    pub plane_reorder_possible: bool,
    pub persistent_content: bool,
}

Fields

display: VkDisplaydisplay_name: &'a strphysical_dimensions: VkExtent2Dphysical_resolution: VkExtent2Dsupported_transforms: VkSurfaceTransformFlagsplane_reorder_possible: boolpersistent_content: bool

Trait Implementations

impl<'a> Clone for VkDisplayProperties<'a>[src]

impl<'a> Debug for VkDisplayProperties<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for VkDisplayProperties<'a>

impl<'a> !Send for VkDisplayProperties<'a>

impl<'a> !Sync for VkDisplayProperties<'a>

impl<'a> Unpin for VkDisplayProperties<'a>

impl<'a> UnwindSafe for VkDisplayProperties<'a>

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.