Enum qapi_qga::QGASeek [−][src]
pub enum QGASeek {
set,
cur,
end,
}Variants
setcurend
Trait Implementations
impl Debug for QGASeek[src]
impl Debug for QGASeekfn 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 QGASeek[src]
impl Clone for QGASeek