Struct ash::vk::DisplayPlanePropertiesKHR [−][src]
#[repr(C)]pub struct DisplayPlanePropertiesKHR { pub current_display: DisplayKHR, pub current_stack_index: u32, }
Expand description
Fields
current_display: DisplayKHR
current_stack_index: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DisplayPlanePropertiesKHR
impl Send for DisplayPlanePropertiesKHR
impl Sync for DisplayPlanePropertiesKHR
impl Unpin for DisplayPlanePropertiesKHR
impl UnwindSafe for DisplayPlanePropertiesKHR
Blanket Implementations
Mutably borrows from an owned value. Read more