Struct ash::vk::DisplayPresentInfoKHR [−][src]
#[repr(C)]pub struct DisplayPresentInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub src_rect: Rect2D, pub dst_rect: Rect2D, pub persistent: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
src_rect: Rect2D
dst_rect: Rect2D
persistent: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DisplayPresentInfoKHR
impl !Send for DisplayPresentInfoKHR
impl !Sync for DisplayPresentInfoKHR
impl Unpin for DisplayPresentInfoKHR
impl UnwindSafe for DisplayPresentInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more