Struct gio_sys::GFileOutputStream
source · [−]#[repr(C)]pub struct GFileOutputStream {
pub parent_instance: GOutputStream,
pub priv_: *mut GFileOutputStreamPrivate,
}
Fields
parent_instance: GOutputStream
priv_: *mut GFileOutputStreamPrivate
Trait Implementations
sourceimpl Clone for GFileOutputStream
impl Clone for GFileOutputStream
sourcefn clone(&self) -> GFileOutputStream
fn clone(&self) -> GFileOutputStream
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GFileOutputStream
impl Debug for GFileOutputStream
impl Copy for GFileOutputStream
Auto Trait Implementations
impl RefUnwindSafe for GFileOutputStream
impl !Send for GFileOutputStream
impl !Sync for GFileOutputStream
impl Unpin for GFileOutputStream
impl UnwindSafe for GFileOutputStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more