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