Enum glib_sys::GSeekType [] [src]

pub enum GSeekType {
    Cur,
    Set,
    End,
}

Variants

Cur
Set
End

Trait Implementations

Derived Implementations

impl PartialEq for GSeekType

fn eq(&self, __arg_0: &GSeekType) -> bool

fn ne(&self, __arg_0: &GSeekType) -> bool

impl Eq for GSeekType

impl Debug for GSeekType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GSeekType

impl Clone for GSeekType

fn clone(&self) -> GSeekType

1.0.0fn clone_from(&mut self, source: &Self)