Struct qapi_qga::GuestTimezone[][src]

pub struct GuestTimezone {
    pub offset: isize,
    pub zone: Option<String>,
}

Fields

Trait Implementations

impl Debug for GuestTimezone
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestTimezone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestTimezone

impl Sync for GuestTimezone