Struct vk_sys::DisplayPresentInfoKHR [−][src]
#[repr(C)]pub struct DisplayPresentInfoKHR { pub sType: StructureType, pub pNext: *const c_void, pub srcRect: Rect2D, pub dstRect: Rect2D, pub persistent: Bool32, }
Fields
sType: StructureType
pNext: *const c_void
srcRect: Rect2D
dstRect: Rect2D
persistent: Bool32