Struct ash::vk::DisplayEventInfoEXT
source · #[repr(C)]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: DisplayEventTypeEXT
Implementations§
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 more