Struct gio::DataOutputStream [−]
pub struct DataOutputStream(_, _);
Methods
impl DataOutputStream[src]
impl DataOutputStreampub fn new<P: IsA<OutputStream>>(base_stream: &P) -> DataOutputStream[src]
pub fn new<P: IsA<OutputStream>>(base_stream: &P) -> DataOutputStreamTrait Implementations
impl Clone for DataOutputStream
impl Clone for DataOutputStreamfn clone(&self) -> DataOutputStream
fn clone(&self) -> DataOutputStreamReturns 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 DataOutputStream
impl Debug for DataOutputStreamimpl Hash for DataOutputStream
impl Hash for DataOutputStreamfn 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 DataOutputStream
impl StaticType for DataOutputStreamfn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
impl<T: IsA<Object>> PartialEq<T> for DataOutputStream
impl<T: IsA<Object>> PartialEq<T> for DataOutputStreamfn 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 DataOutputStream
impl Eq for DataOutputStreamimpl IsA<FilterOutputStream> for DataOutputStream
impl IsA<FilterOutputStream> for DataOutputStreamimpl IsA<OutputStream> for DataOutputStream
impl IsA<OutputStream> for DataOutputStreamimpl IsA<Seekable> for DataOutputStream
impl IsA<Seekable> for DataOutputStreamimpl IsA<Object> for DataOutputStream
impl IsA<Object> for DataOutputStreamAuto Trait Implementations
impl !Send for DataOutputStream
impl !Send for DataOutputStreamimpl !Sync for DataOutputStream
impl !Sync for DataOutputStream