Struct gobject_2_0_sys::GParamSpec
source · #[repr(C)]pub struct GParamSpec {
pub g_type_instance: GTypeInstance,
pub name: *const gchar,
pub flags: GParamFlags,
pub value_type: GType,
pub owner_type: GType,
/* private fields */
}Fields§
§g_type_instance: GTypeInstance§name: *const gchar§flags: GParamFlags§value_type: GType§owner_type: GTypeAuto Trait Implementations§
impl RefUnwindSafe for GParamSpec
impl !Send for GParamSpec
impl !Sync for GParamSpec
impl Unpin for GParamSpec
impl UnwindSafe for GParamSpec
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