Struct screen_13::prelude::vk::DisplayPresentInfoKHR
source · pub struct DisplayPresentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_rect: Rect2D,
pub dst_rect: Rect2D,
pub persistent: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_rect: Rect2D§dst_rect: Rect2D§persistent: u32Implementations§
source§impl DisplayPresentInfoKHR
impl DisplayPresentInfoKHR
pub fn builder<'a>() -> DisplayPresentInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPresentInfoKHR
impl Clone for DisplayPresentInfoKHR
source§fn clone(&self) -> DisplayPresentInfoKHR
fn clone(&self) -> DisplayPresentInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DisplayPresentInfoKHR
impl Debug for DisplayPresentInfoKHR
source§impl Default for DisplayPresentInfoKHR
impl Default for DisplayPresentInfoKHR
source§fn default() -> DisplayPresentInfoKHR
fn default() -> DisplayPresentInfoKHR
Returns the “default value” for a type. Read more