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§
source§impl Clone for GFileOutputStream
impl Clone for GFileOutputStream
source§fn clone(&self) -> GFileOutputStream
fn clone(&self) -> GFileOutputStream
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more