Struct qapi_qga::guest_file_read[][src]

pub struct guest_file_read {
    pub handle: isize,
    pub count: Option<isize>,
}

Fields

Trait Implementations

impl Debug for guest_file_read
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_file_read
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_file_read
[src]

NAME: &'static str = "guest-file-read"

Auto Trait Implementations

impl Send for guest_file_read

impl Sync for guest_file_read