#[repr(C)]pub struct DisplayEventInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub display_event: DisplayEventTypeEXT,
}Expand description
VkDisplayEventInfoEXT
Provided by VK_EXT_display_control.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT.
p_next: *const c_voidOptional, may be null.
display_event: DisplayEventTypeEXTImplementations§
Source§impl DisplayEventInfoEXT
impl DisplayEventInfoEXT
Sourcepub fn builder<'a>() -> DisplayEventInfoEXTBuilder<'a>
pub fn builder<'a>() -> DisplayEventInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DisplayEventInfoEXT
impl Clone for DisplayEventInfoEXT
Source§fn clone(&self) -> DisplayEventInfoEXT
fn clone(&self) -> DisplayEventInfoEXT
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 DisplayEventInfoEXT
impl Debug for DisplayEventInfoEXT
Source§impl Default for DisplayEventInfoEXT
impl Default for DisplayEventInfoEXT
Source§fn default() -> DisplayEventInfoEXT
fn default() -> DisplayEventInfoEXT
Returns the “default value” for a type. Read more
impl Copy for DisplayEventInfoEXT
Auto Trait Implementations§
impl Freeze for DisplayEventInfoEXT
impl RefUnwindSafe for DisplayEventInfoEXT
impl !Send for DisplayEventInfoEXT
impl !Sync for DisplayEventInfoEXT
impl Unpin for DisplayEventInfoEXT
impl UnsafeUnpin for DisplayEventInfoEXT
impl UnwindSafe for DisplayEventInfoEXT
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