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