Struct screen_13::prelude::vk::DisplayEventInfoEXT
source · pub struct DisplayEventInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub display_event: DisplayEventTypeEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§display_event: DisplayEventTypeEXTImplementations§
source§impl DisplayEventInfoEXT
impl DisplayEventInfoEXT
pub fn builder<'a>() -> DisplayEventInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayEventInfoEXT
impl Clone for DisplayEventInfoEXT
source§fn clone(&self) -> DisplayEventInfoEXT
fn clone(&self) -> DisplayEventInfoEXT
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 DisplayEventInfoEXT
impl Debug for DisplayEventInfoEXT
source§impl Default for DisplayEventInfoEXT
impl Default for DisplayEventInfoEXT
source§fn default() -> DisplayEventInfoEXT
fn default() -> DisplayEventInfoEXT
Returns the “default value” for a type. Read more