Struct qapi_qga::guest_file_flush [−][src]
pub struct guest_file_flush {
pub handle: isize,
}Fields
handle: isize
Trait Implementations
impl Debug for guest_file_flush[src]
impl Debug for guest_file_flushfn 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_flush[src]
impl Clone for guest_file_flushfn clone(&self) -> guest_file_flush[src]
fn clone(&self) -> guest_file_flushReturns 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_flush[src]
impl Command for guest_file_flushAuto Trait Implementations
impl Send for guest_file_flush
impl Send for guest_file_flushimpl Sync for guest_file_flush
impl Sync for guest_file_flush