Enum glib_sys::GIOChannelError
[−]
[src]
#[repr(C)]pub enum GIOChannelError { Fbig, Inval, Io, Isdir, Nospc, Nxio, Overflow, Pipe, Failed, }
Variants
Fbig
Inval
Io
Isdir
Nospc
Nxio
Overflow
Pipe
Failed
Trait Implementations
impl Clone for GIOChannelError
[src]
fn clone(&self) -> GIOChannelError
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