Enum glib_sys::GIOStatus
[−]
[src]
pub enum GIOStatus { Error, Normal, Eof, Again, }
Variants
Error | ||
Normal | ||
Eof | ||
Again |
pub enum GIOStatus { Error, Normal, Eof, Again, }
Error | ||
Normal | ||
Eof | ||
Again |
impl PartialEq for GIOStatus
impl Eq for GIOStatus
impl Debug for GIOStatus
impl Copy for GIOStatus
impl Clone for GIOStatus
fn clone(&self) -> GIOStatus
fn clone_from(&mut self, source: &Self)