Struct qapi_qga::GuestFileRead[][src]

pub struct GuestFileRead {
    pub count: isize,
    pub buf_b64: Vec<u8>,
    pub eof: bool,
}

Fields

Trait Implementations

impl Debug for GuestFileRead
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestFileRead
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestFileRead

impl Sync for GuestFileRead