#[repr(C)]pub struct _GSimpleIOStream { /* private fields */ }
Trait Implementations§
Source§impl Clone for _GSimpleIOStream
impl Clone for _GSimpleIOStream
Source§fn clone(&self) -> _GSimpleIOStream
fn clone(&self) -> _GSimpleIOStream
Returns a duplicate 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 _GSimpleIOStream
impl Debug for _GSimpleIOStream
impl Copy for _GSimpleIOStream
Auto Trait Implementations§
impl Freeze for _GSimpleIOStream
impl RefUnwindSafe for _GSimpleIOStream
impl Send for _GSimpleIOStream
impl Sync for _GSimpleIOStream
impl Unpin for _GSimpleIOStream
impl UnwindSafe for _GSimpleIOStream
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