#[repr(C)]pub struct _GParamSpecFlags {
pub parent_instance: GParamSpec,
pub flags_class: *mut GFlagsClass,
pub default_value: guint,
}Fields§
§parent_instance: GParamSpec§flags_class: *mut GFlagsClass§default_value: guintTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GParamSpecFlags
impl RefUnwindSafe for _GParamSpecFlags
impl !Send for _GParamSpecFlags
impl !Sync for _GParamSpecFlags
impl Unpin for _GParamSpecFlags
impl UnwindSafe for _GParamSpecFlags
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