Struct vulkanalia_sys::DisplayEventInfoEXT
source · [−]#[repr(C)]pub struct DisplayEventInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub display_event: DisplayEventTypeEXT,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddisplay_event: DisplayEventTypeEXTTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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