Struct google_androidmanagement1::MemoryEvent[][src]

pub struct MemoryEvent {
    pub event_type: Option<String>,
    pub byte_count: Option<i64>,
    pub create_time: Option<String>,
}

An event related to memory and storage measurements.

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

Fields

Event type.

The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.

The creation time of the event.

Trait Implementations

impl Default for MemoryEvent
[src]

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

impl Clone for MemoryEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MemoryEvent
[src]

Formats the value using the given formatter. Read more

impl Part for MemoryEvent
[src]

Auto Trait Implementations

impl Send for MemoryEvent

impl Sync for MemoryEvent