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