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