Struct vulkanalia_sys::DisplayPresentInfoKHR
source · [−]#[repr(C)]pub struct DisplayPresentInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_rect: Rect2D,
pub dst_rect: Rect2D,
pub persistent: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_rect: Rect2Ddst_rect: Rect2Dpersistent: Bool32Trait 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 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