Struct qapi_qga::guest_file_seek [−][src]
pub struct guest_file_seek {
pub whence: GuestFileWhence,
pub handle: isize,
pub offset: isize,
}Fields
whence: GuestFileWhence
handle: isize
offset: isize
Trait Implementations
impl Debug for guest_file_seek[src]
impl Debug for guest_file_seekfn 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_seek[src]
impl Clone for guest_file_seekfn clone(&self) -> guest_file_seek[src]
fn clone(&self) -> guest_file_seekReturns 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_seek[src]
impl Command for guest_file_seekAuto Trait Implementations
impl Send for guest_file_seek
impl Send for guest_file_seekimpl Sync for guest_file_seek
impl Sync for guest_file_seek