Struct google_androidpublisher2::DeviceMetadata [] [src]

pub struct DeviceMetadata {
    pub screen_density_dpi: Option<i32>,
    pub screen_height_px: Option<i32>,
    pub cpu_model: Option<String>,
    pub product_name: Option<String>,
    pub native_platform: Option<String>,
    pub device_class: Option<String>,
    pub cpu_make: Option<String>,
    pub ram_mb: Option<i32>,
    pub manufacturer: Option<String>,
    pub gl_es_version: Option<i32>,
    pub screen_width_px: Option<i32>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Screen density in DPI

Screen height in pixels

Device CPU model e.g. "MSM8974"

Device model name (e.g. Droid)

Comma separated list of native platforms (e.g. "arm", "arm7")

Device class (e.g. tablet)

Device CPU make e.g. "Qualcomm"

Device RAM in Megabytes e.g. "2048"

Device manufacturer (e.g. Motorola)

OpenGL version

Screen width in pixels

Trait Implementations

impl Debug for DeviceMetadata
[src]

Formats the value using the given formatter.

impl Clone for DeviceMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DeviceMetadata
[src]

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

impl Part for DeviceMetadata
[src]