Struct qapi_qga::guest_file_read [−][src]
Fields
handle: isize
count: Option<isize>
Trait Implementations
impl Debug for guest_file_read[src]
impl Debug for guest_file_readfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for guest_file_read[src]
impl Clone for guest_file_readfn clone(&self) -> guest_file_read[src]
fn clone(&self) -> guest_file_readReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for guest_file_read[src]
impl Command for guest_file_readAuto Trait Implementations
impl Send for guest_file_read
impl Send for guest_file_readimpl Sync for guest_file_read
impl Sync for guest_file_read