Enum vips_sys::GSeekType [−][src]
#[repr(u32)]pub enum GSeekType { G_SEEK_CUR, G_SEEK_SET, G_SEEK_END, }
Variants
G_SEEK_CUR
G_SEEK_SET
G_SEEK_END
Trait Implementations
impl Debug for GSeekType
[src]
impl Debug for GSeekType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GSeekType
[src]
impl Copy for GSeekType
impl Clone for GSeekType
[src]
impl Clone for GSeekType
fn clone(&self) -> GSeekType
[src]
fn clone(&self) -> GSeekType
Returns 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 PartialEq for GSeekType
[src]
impl PartialEq for GSeekType
fn eq(&self, other: &GSeekType) -> bool
[src]
fn eq(&self, other: &GSeekType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GSeekType
[src]
impl Eq for GSeekType
impl Hash for GSeekType
[src]
impl Hash for GSeekType