Struct vulkanalia_sys::DisplayModeParametersKHR
source · [−]#[repr(C)]pub struct DisplayModeParametersKHR {
pub visible_region: Extent2D,
pub refresh_rate: u32,
}Expand description
Fields
visible_region: Extent2Drefresh_rate: u32Trait 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 DisplayModeParametersKHR
impl Send for DisplayModeParametersKHR
impl Sync for DisplayModeParametersKHR
impl Unpin for DisplayModeParametersKHR
impl UnwindSafe for DisplayModeParametersKHR
Blanket Implementations
Mutably borrows from an owned value. Read more