Struct ash::vk::DisplayModeParametersKHR [−][src]
#[repr(C)]pub struct DisplayModeParametersKHR { pub visible_region: Extent2D, pub refresh_rate: u32, }
Expand description
Fields
visible_region: Extent2D
refresh_rate: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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