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