Enum vips_sys::GThreadError [−][src]
#[repr(u32)]pub enum GThreadError { G_THREAD_ERROR_AGAIN, }
Variants
G_THREAD_ERROR_AGAIN
Trait Implementations
impl Debug for GThreadError
[src]
impl Debug for GThreadError
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 GThreadError
[src]
impl Copy for GThreadError
impl Clone for GThreadError
[src]
impl Clone for GThreadError
fn clone(&self) -> GThreadError
[src]
fn clone(&self) -> GThreadError
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 GThreadError
[src]
impl PartialEq for GThreadError
fn eq(&self, other: >hreadError) -> bool
[src]
fn eq(&self, other: >hreadError) -> 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 GThreadError
[src]
impl Eq for GThreadError
impl Hash for GThreadError
[src]
impl Hash for GThreadError
Auto Trait Implementations
impl Send for GThreadError
impl Send for GThreadError
impl Sync for GThreadError
impl Sync for GThreadError