Struct vulkanalia_sys::PresentRegionsKHR
source · [−]#[repr(C)]pub struct PresentRegionsKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub regions: *const PresentRegionKHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidswapchain_count: u32regions: *const PresentRegionKHRTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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