Struct qapi_qga::guest_file_write[][src]

pub struct guest_file_write {
    pub handle: isize,
    pub buf_b64: Vec<u8>,
    pub count: Option<isize>,
}

Fields

Trait Implementations

impl Debug for guest_file_write
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_file_write
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_file_write
[src]

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

Auto Trait Implementations

impl Send for guest_file_write

impl Sync for guest_file_write