#[repr(C)]pub struct DBusError {
pub name: *const c_char,
pub message: *const c_char,
pub dummy: c_uint,
pub padding1: *const c_void,
}
Fields§
§name: *const c_char
§message: *const c_char
§dummy: c_uint
§padding1: *const c_void
Auto Trait Implementations§
impl Freeze for DBusError
impl RefUnwindSafe for DBusError
impl !Send for DBusError
impl !Sync for DBusError
impl Unpin for DBusError
impl UnwindSafe for DBusError
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