#[repr(C)]pub struct _GConverterOutputStreamClass {
pub parent_class: GFilterOutputStreamClass,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: GFilterOutputStreamClass
§_g_reserved1: Option<unsafe extern "C" fn()>
§_g_reserved2: Option<unsafe extern "C" fn()>
§_g_reserved3: Option<unsafe extern "C" fn()>
§_g_reserved4: Option<unsafe extern "C" fn()>
§_g_reserved5: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for _GConverterOutputStreamClass
impl Clone for _GConverterOutputStreamClass
Source§fn clone(&self) -> _GConverterOutputStreamClass
fn clone(&self) -> _GConverterOutputStreamClass
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 _GConverterOutputStreamClass
impl Debug for _GConverterOutputStreamClass
Source§impl PartialEq for _GConverterOutputStreamClass
impl PartialEq for _GConverterOutputStreamClass
Source§fn eq(&self, other: &_GConverterOutputStreamClass) -> bool
fn eq(&self, other: &_GConverterOutputStreamClass) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for _GConverterOutputStreamClass
impl Eq for _GConverterOutputStreamClass
impl StructuralPartialEq for _GConverterOutputStreamClass
Auto Trait Implementations§
impl Freeze for _GConverterOutputStreamClass
impl RefUnwindSafe for _GConverterOutputStreamClass
impl !Send for _GConverterOutputStreamClass
impl !Sync for _GConverterOutputStreamClass
impl Unpin for _GConverterOutputStreamClass
impl UnwindSafe for _GConverterOutputStreamClass
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