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