#[repr(C)]pub struct _GIOStream {
pub parent_instance: GObject,
pub priv_: *mut GIOStreamPrivate,
}
Expand description
GIOStream:
Base class for read-write streams.
Fields§
§parent_instance: GObject
§priv_: *mut GIOStreamPrivate
Trait Implementations§
Source§impl Clone for _GIOStream
impl Clone for _GIOStream
Source§fn clone(&self) -> _GIOStream
fn clone(&self) -> _GIOStream
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 _GIOStream
impl Debug for _GIOStream
Source§impl PartialEq for _GIOStream
impl PartialEq for _GIOStream
impl Copy for _GIOStream
impl Eq for _GIOStream
impl StructuralPartialEq for _GIOStream
Auto Trait Implementations§
impl Freeze for _GIOStream
impl RefUnwindSafe for _GIOStream
impl !Send for _GIOStream
impl !Sync for _GIOStream
impl Unpin for _GIOStream
impl UnwindSafe for _GIOStream
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