Struct ash::vk::DeviceEventInfoEXT
source · #[repr(C)]pub struct DeviceEventInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_event: DeviceEventTypeEXT,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_event: DeviceEventTypeEXT
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DeviceEventInfoEXT<'a>
impl<'a> DeviceEventInfoEXT<'a>
pub fn device_event(self, device_event: DeviceEventTypeEXT) -> Self
Trait Implementations§
source§impl<'a> Clone for DeviceEventInfoEXT<'a>
impl<'a> Clone for DeviceEventInfoEXT<'a>
source§fn clone(&self) -> DeviceEventInfoEXT<'a>
fn clone(&self) -> DeviceEventInfoEXT<'a>
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<'a> Debug for DeviceEventInfoEXT<'a>
impl<'a> Debug for DeviceEventInfoEXT<'a>
source§impl Default for DeviceEventInfoEXT<'_>
impl Default for DeviceEventInfoEXT<'_>
source§impl<'a> TaggedStructure for DeviceEventInfoEXT<'a>
impl<'a> TaggedStructure for DeviceEventInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_EVENT_INFO_EXT
impl<'a> Copy for DeviceEventInfoEXT<'a>
impl Send for DeviceEventInfoEXT<'_>
impl Sync for DeviceEventInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceEventInfoEXT<'a>
impl<'a> RefUnwindSafe for DeviceEventInfoEXT<'a>
impl<'a> Unpin for DeviceEventInfoEXT<'a>
impl<'a> UnwindSafe for DeviceEventInfoEXT<'a>
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