#[repr(C)]pub struct GDBusArgInfo {
pub ref_count: gint,
pub name: *mut gchar,
pub signature: *mut gchar,
pub annotations: *mut *mut GDBusAnnotationInfo,
}Fields§
§ref_count: gint§name: *mut gchar§signature: *mut gchar§annotations: *mut *mut GDBusAnnotationInfoAuto Trait Implementations§
impl Freeze for GDBusArgInfo
impl RefUnwindSafe for GDBusArgInfo
impl !Send for GDBusArgInfo
impl !Sync for GDBusArgInfo
impl Unpin for GDBusArgInfo
impl UnwindSafe for GDBusArgInfo
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