Struct ash::vk::DisplayPlanePropertiesKHR
source · #[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§
source§impl DisplayPlanePropertiesKHR
impl DisplayPlanePropertiesKHR
pub fn builder<'a>() -> DisplayPlanePropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPlanePropertiesKHR
impl Clone for DisplayPlanePropertiesKHR
source§fn clone(&self) -> DisplayPlanePropertiesKHR
fn clone(&self) -> DisplayPlanePropertiesKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DisplayPlanePropertiesKHR
impl Debug for DisplayPlanePropertiesKHR
source§impl Default for DisplayPlanePropertiesKHR
impl Default for DisplayPlanePropertiesKHR
source§fn default() -> DisplayPlanePropertiesKHR
fn default() -> DisplayPlanePropertiesKHR
Returns the “default value” for a type. Read more