Struct ash::vk::PresentRegionKHR
source · #[repr(C)]pub struct PresentRegionKHR {
pub rectangle_count: u32,
pub p_rectangles: *const RectLayerKHR,
}
Expand description
Fields§
§rectangle_count: u32
§p_rectangles: *const RectLayerKHR
Implementations§
source§impl PresentRegionKHR
impl PresentRegionKHR
pub fn builder<'a>() -> PresentRegionKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PresentRegionKHR
impl Clone for PresentRegionKHR
source§fn clone(&self) -> PresentRegionKHR
fn clone(&self) -> PresentRegionKHR
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