Struct google_androidpublisher2::api::DeviceMetadata [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
cpu_make: Option<String>Device CPU make e.g. "Qualcomm"
cpu_model: Option<String>Device CPU model e.g. "MSM8974"
device_class: Option<String>Device class (e.g. tablet)
gl_es_version: Option<i32>OpenGL version
manufacturer: Option<String>Device manufacturer (e.g. Motorola)
native_platform: Option<String>Comma separated list of native platforms (e.g. "arm", "arm7")
product_name: Option<String>Device model name (e.g. Droid)
ram_mb: Option<i32>Device RAM in Megabytes e.g. "2048"
screen_density_dpi: Option<i32>Screen density in DPI
screen_height_px: Option<i32>Screen height in pixels
screen_width_px: Option<i32>Screen width in pixels
Trait Implementations
impl Clone for DeviceMetadata[src]
fn clone(&self) -> DeviceMetadata[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for DeviceMetadata[src]
impl Default for DeviceMetadata[src]
fn default() -> DeviceMetadata[src]
impl<'de> Deserialize<'de> for DeviceMetadata[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for DeviceMetadata[src]
impl Serialize for DeviceMetadata[src]
Auto Trait Implementations
impl RefUnwindSafe for DeviceMetadata[src]
impl Send for DeviceMetadata[src]
impl Sync for DeviceMetadata[src]
impl Unpin for DeviceMetadata[src]
impl UnwindSafe for DeviceMetadata[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,