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
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more