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