Struct libvips_rs::bindings::_GIOStream
source · #[repr(C)]pub struct _GIOStream {
pub parent_instance: GObject,
pub priv_: *mut GIOStreamPrivate,
}
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<_GIOStream> for _GIOStream
impl PartialEq<_GIOStream> for _GIOStream
source§fn eq(&self, other: &_GIOStream) -> bool
fn eq(&self, other: &_GIOStream) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GIOStream
impl Eq for _GIOStream
impl StructuralEq for _GIOStream
impl StructuralPartialEq for _GIOStream
Auto Trait Implementations§
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