Struct ash::vk::DisplayPlaneInfo2KHR
source · #[repr(C)]pub struct DisplayPlaneInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mode: DisplayModeKHR,
pub plane_index: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§mode: DisplayModeKHR
§plane_index: u32
Implementations§
source§impl DisplayPlaneInfo2KHR
impl DisplayPlaneInfo2KHR
pub fn builder<'a>() -> DisplayPlaneInfo2KHRBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPlaneInfo2KHR
impl Clone for DisplayPlaneInfo2KHR
source§fn clone(&self) -> DisplayPlaneInfo2KHR
fn clone(&self) -> DisplayPlaneInfo2KHR
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 more