Struct gio_sys::GDBusErrorEntry
source · #[repr(C)]pub struct GDBusErrorEntry {
pub error_code: c_int,
pub dbus_error_name: *const c_char,
}
Fields§
§error_code: c_int
§dbus_error_name: *const c_char
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 more