Struct qapi_qga::guest_sync[][src]

pub struct guest_sync {
    pub id: isize,
}

Fields

Trait Implementations

impl Debug for guest_sync
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_sync
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_sync
[src]

NAME: &'static str = "guest-sync"

Auto Trait Implementations

impl Send for guest_sync

impl Sync for guest_sync