Struct gio::OutputStream [−]
pub struct OutputStream(_, _);
Trait Implementations
impl IsA<OutputStream> for BufferedOutputStream
impl IsA<OutputStream> for BufferedOutputStreamimpl IsA<OutputStream> for DataOutputStream
impl IsA<OutputStream> for DataOutputStreamimpl IsA<OutputStream> for FileOutputStream
impl IsA<OutputStream> for FileOutputStreamimpl IsA<OutputStream> for FilterOutputStream
impl IsA<OutputStream> for FilterOutputStreamimpl IsA<OutputStream> for MemoryOutputStream
impl IsA<OutputStream> for MemoryOutputStreamimpl Clone for OutputStream
impl Clone for OutputStreamfn clone(&self) -> OutputStream
fn clone(&self) -> OutputStreamReturns 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 Debug for OutputStream
impl Debug for OutputStreamimpl Hash for OutputStream
impl Hash for OutputStreamfn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl StaticType for OutputStream
impl StaticType for OutputStreamfn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
impl<T: IsA<Object>> PartialEq<T> for OutputStream
impl<T: IsA<Object>> PartialEq<T> for OutputStreamfn eq(&self, other: &T) -> bool
fn eq(&self, other: &T) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for OutputStream
impl Eq for OutputStreamimpl IsA<Object> for OutputStream
impl IsA<Object> for OutputStreamAuto Trait Implementations
impl !Send for OutputStream
impl !Send for OutputStreamimpl !Sync for OutputStream
impl !Sync for OutputStream