Struct qapi_qga::GuestFileWrite[][src]

pub struct GuestFileWrite {
    pub eof: bool,
    pub count: isize,
}

Fields

Trait Implementations

impl Debug for GuestFileWrite
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestFileWrite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestFileWrite

impl Sync for GuestFileWrite