Struct ash::vk::DisplayEventInfoEXT [−][src]
#[repr(C)]pub struct DisplayEventInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub display_event: DisplayEventTypeEXT, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
display_event: DisplayEventTypeEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DisplayEventInfoEXT
impl !Send for DisplayEventInfoEXT
impl !Sync for DisplayEventInfoEXT
impl Unpin for DisplayEventInfoEXT
impl UnwindSafe for DisplayEventInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more