Struct vulkanalia_sys::DisplayProperties2KHR
source · [−]#[repr(C)]pub struct DisplayProperties2KHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub display_properties: DisplayPropertiesKHR,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voiddisplay_properties: DisplayPropertiesKHRTrait 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 DisplayProperties2KHR
impl !Send for DisplayProperties2KHR
impl !Sync for DisplayProperties2KHR
impl Unpin for DisplayProperties2KHR
impl UnwindSafe for DisplayProperties2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more