#[repr(C)]pub struct DeviceEventInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_event: DeviceEventTypeEXT,
}Expand description
VkDeviceEventInfoEXT
Provided by VK_EXT_display_control.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT.
p_next: *const c_voidOptional, may be null.
device_event: DeviceEventTypeEXTImplementations§
Source§impl DeviceEventInfoEXT
impl DeviceEventInfoEXT
Sourcepub fn builder<'a>() -> DeviceEventInfoEXTBuilder<'a>
pub fn builder<'a>() -> DeviceEventInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceEventInfoEXT
impl Clone for DeviceEventInfoEXT
Source§fn clone(&self) -> DeviceEventInfoEXT
fn clone(&self) -> DeviceEventInfoEXT
Returns a duplicate 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
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 UnsafeUnpin 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