Enum glib_sys::GIOStatus
[−]
[src]
#[repr(C)]pub enum GIOStatus { Error, Normal, Eof, Again, }
Variants
Error
Normal
Eof
Again
Trait Implementations
impl Clone for GIOStatus
[src]
fn clone(&self) -> GIOStatus
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GIOStatus
[src]
impl Debug for GIOStatus
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more