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