Struct qapi_qga::guest_sync_delimited[][src]

pub struct guest_sync_delimited {
    pub id: isize,
}

Fields

Trait Implementations

impl Debug for guest_sync_delimited
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_sync_delimited
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_sync_delimited
[src]

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

Auto Trait Implementations

impl Send for guest_sync_delimited

impl Sync for guest_sync_delimited