Struct google_androidmanagement1::Display [−][src]
pub struct Display {
pub refresh_rate: Option<i32>,
pub width: Option<i32>,
pub state: Option<String>,
pub name: Option<String>,
pub density: Option<i32>,
pub display_id: Option<i32>,
pub height: Option<i32>,
}Device display information.
This type is not used in any activity, and only used as part of another schema.
Fields
refresh_rate: Option<i32>
Refresh rate of the display in frames per second.
width: Option<i32>
Display width in pixels.
state: Option<String>
State of the display.
name: Option<String>
Name of the display.
density: Option<i32>
Display density expressed as dots-per-inch.
display_id: Option<i32>
Unique display id.
height: Option<i32>
Display height in pixels.
Trait Implementations
impl Default for Display[src]
impl Default for Displayimpl Clone for Display[src]
impl Clone for Displayfn clone(&self) -> Display[src]
fn clone(&self) -> DisplayReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Display[src]
impl Debug for Displayfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Display[src]
impl Part for Display