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