Struct vulkanalia_sys::DisplayModePropertiesKHR
source · [−]#[repr(C)]pub struct DisplayModePropertiesKHR {
pub display_mode: DisplayModeKHR,
pub parameters: DisplayModeParametersKHR,
}Expand description
Fields
display_mode: DisplayModeKHRparameters: DisplayModeParametersKHRTrait Implementations
Returns the “default value” for a type. Read more
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 DisplayModePropertiesKHR
impl Send for DisplayModePropertiesKHR
impl Sync for DisplayModePropertiesKHR
impl Unpin for DisplayModePropertiesKHR
impl UnwindSafe for DisplayModePropertiesKHR
Blanket Implementations
Mutably borrows from an owned value. Read more