#[repr(C)]pub struct _GDBusErrorEntry {
pub error_code: gint,
pub dbus_error_name: *const gchar,
}
Expand description
GDBusErrorEntry: @error_code: An error code. @dbus_error_name: The D-Bus error name to associate with @error_code.
Struct used in g_dbus_error_register_error_domain().
Since: 2.26
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 for _GDBusErrorEntry
impl PartialEq for _GDBusErrorEntry
impl Copy for _GDBusErrorEntry
impl Eq for _GDBusErrorEntry
impl StructuralPartialEq for _GDBusErrorEntry
Auto Trait Implementations§
impl Freeze for _GDBusErrorEntry
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