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 of the display in frames per second.

Display width in pixels.

State of the display.

Name of the display.

Display density expressed as dots-per-inch.

Unique display id.

Display height in pixels.

Trait Implementations

impl Default for Display
[src]

Returns the "default value" for a type. Read more

impl Clone for Display
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Display
[src]

Formats the value using the given formatter. Read more

impl Part for Display
[src]

Auto Trait Implementations

impl Send for Display

impl Sync for Display