Struct vulkano::swapchain::display::DisplayMode[][src]

pub struct DisplayMode { /* fields omitted */ }

Represents a mode on a specific display.

Methods

impl DisplayMode
[src]

Returns the display corresponding to this mode.

Returns the dimensions of the region that is visible on the monitor.

Returns the refresh rate of this mode.

Trait Implementations

impl VulkanObject for DisplayMode
[src]

The type of the object.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_DISPLAY_MODE_KHR_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

Returns a reference to the object.

Auto Trait Implementations

impl !Send for DisplayMode

impl !Sync for DisplayMode