#[repr(C)]pub struct _GParamSpecFlags {
pub parent_instance: GParamSpec,
pub flags_class: *mut GFlagsClass,
pub default_value: guint,
}
Expand description
GParamSpecFlags: @parent_instance: private #GParamSpec portion @flags_class: the #GFlagsClass for the flags @default_value: default value for the property specified
A #GParamSpec derived structure that contains the meta data for flags properties.
Fields§
§parent_instance: GParamSpec
§flags_class: *mut GFlagsClass
§default_value: guint
Trait Implementations§
Source§impl Clone for _GParamSpecFlags
impl Clone for _GParamSpecFlags
Source§fn clone(&self) -> _GParamSpecFlags
fn clone(&self) -> _GParamSpecFlags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GParamSpecFlags
impl Debug for _GParamSpecFlags
Source§impl PartialEq for _GParamSpecFlags
impl PartialEq for _GParamSpecFlags
impl Copy for _GParamSpecFlags
impl Eq for _GParamSpecFlags
impl StructuralPartialEq for _GParamSpecFlags
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