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: DeviceEventTypeEXT
Implementations§
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§impl TaggedStructure for DeviceEventInfoEXT
impl TaggedStructure for DeviceEventInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_EVENT_INFO_EXT
impl Copy for DeviceEventInfoEXT
Auto Trait Implementations§
impl Freeze for DeviceEventInfoEXT
impl RefUnwindSafe for DeviceEventInfoEXT
impl !Send for DeviceEventInfoEXT
impl !Sync for DeviceEventInfoEXT
impl Unpin for DeviceEventInfoEXT
impl UnwindSafe for DeviceEventInfoEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more