Struct gio_sys::GDBusErrorEntry [−][src]
#[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
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
Mutably borrows from an owned value. Read more