Enum qapi_qga::GuestFileWhence[][src]

pub enum GuestFileWhence {
    value(isize),
    name(QGASeek),
}

Variants

Trait Implementations

impl Debug for GuestFileWhence
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestFileWhence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestFileWhence

impl Sync for GuestFileWhence