Struct wayland_client::core::output::OutputMode
[−]
[src]
pub struct OutputMode {
pub width: i32,
pub height: i32,
pub refresh: i32,
// some fields omitted
}Representation of an output mode
Fields
width | width of the mode in hardware units |
height | height of the mode in hardware units |
refresh | vertical refresh rate in mHz |