Struct vk_sys::DisplayPlaneCapabilitiesKHR[][src]

#[repr(C)]
pub struct DisplayPlaneCapabilitiesKHR { pub supportedAlpha: DisplayPlaneAlphaFlagsKHR, pub minSrcPosition: Offset2D, pub maxSrcPosition: Offset2D, pub minSrcExtent: Extent2D, pub maxSrcExtent: Extent2D, pub minDstPosition: Offset2D, pub maxDstPosition: Offset2D, pub minDstExtent: Extent2D, pub maxDstExtent: Extent2D, }

Fields

supportedAlpha: DisplayPlaneAlphaFlagsKHRminSrcPosition: Offset2DmaxSrcPosition: Offset2DminSrcExtent: Extent2DmaxSrcExtent: Extent2DminDstPosition: Offset2DmaxDstPosition: Offset2DminDstExtent: Extent2DmaxDstExtent: Extent2D

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.