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