#[repr(C)]pub struct _GFileIOStream {
pub parent_instance: GIOStream,
pub priv_: *mut GFileIOStreamPrivate,
}
Fields§
§parent_instance: GIOStream
§priv_: *mut GFileIOStreamPrivate
Trait Implementations§
Source§impl Clone for _GFileIOStream
impl Clone for _GFileIOStream
Source§fn clone(&self) -> _GFileIOStream
fn clone(&self) -> _GFileIOStream
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 _GFileIOStream
impl Debug for _GFileIOStream
Source§impl PartialEq for _GFileIOStream
impl PartialEq for _GFileIOStream
impl Copy for _GFileIOStream
impl Eq for _GFileIOStream
impl StructuralPartialEq for _GFileIOStream
Auto Trait Implementations§
impl Freeze for _GFileIOStream
impl RefUnwindSafe for _GFileIOStream
impl !Send for _GFileIOStream
impl !Sync for _GFileIOStream
impl Unpin for _GFileIOStream
impl UnwindSafe for _GFileIOStream
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