Struct ash::vk::PresentRegionKHR [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PresentRegionKHR
impl !Send for PresentRegionKHR
impl !Sync for PresentRegionKHR
impl Unpin for PresentRegionKHR
impl UnwindSafe for PresentRegionKHR
Blanket Implementations
Mutably borrows from an owned value. Read more