Struct vulkanalia_sys::PresentRegionKHR
source · [−]#[repr(C)]pub struct PresentRegionKHR {
pub rectangle_count: u32,
pub rectangles: *const RectLayerKHR,
}Expand description
Fields
rectangle_count: u32rectangles: *const RectLayerKHRTrait 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 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