Struct qapi_qga::GuestTimezone [] [src]

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

Fields

Trait Implementations

impl Debug for GuestTimezone
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GuestTimezone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestTimezone

impl Sync for GuestTimezone