[][src]Struct unity_native_plugin_sys::VkDisplayPlaneCapabilitiesKHR

#[repr(C)]pub struct VkDisplayPlaneCapabilitiesKHR {
    pub supportedAlpha: VkDisplayPlaneAlphaFlagsKHR,
    pub minSrcPosition: VkOffset2D,
    pub maxSrcPosition: VkOffset2D,
    pub minSrcExtent: VkExtent2D,
    pub maxSrcExtent: VkExtent2D,
    pub minDstPosition: VkOffset2D,
    pub maxDstPosition: VkOffset2D,
    pub minDstExtent: VkExtent2D,
    pub maxDstExtent: VkExtent2D,
}

Fields

supportedAlpha: VkDisplayPlaneAlphaFlagsKHRminSrcPosition: VkOffset2DmaxSrcPosition: VkOffset2DminSrcExtent: VkExtent2DmaxSrcExtent: VkExtent2DminDstPosition: VkOffset2DmaxDstPosition: VkOffset2DminDstExtent: VkExtent2DmaxDstExtent: VkExtent2D

Trait Implementations

impl Clone for VkDisplayPlaneCapabilitiesKHR[src]

impl Copy for VkDisplayPlaneCapabilitiesKHR[src]

impl Default for VkDisplayPlaneCapabilitiesKHR[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.