#[repr(C)]pub struct GDBusErrorEntry {
pub error_code: gint,
pub dbus_error_name: *const gchar,
}Fields§
§error_code: gint§dbus_error_name: *const gcharAuto 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