#[repr(C)]pub struct _GParamSpecBoolean {
pub parent_instance: GParamSpec,
pub default_value: gboolean,
}
Expand description
GParamSpecBoolean: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
A #GParamSpec derived structure that contains the meta data for boolean properties.
Fields§
§parent_instance: GParamSpec
§default_value: gboolean
Trait Implementations§
Source§impl Clone for _GParamSpecBoolean
impl Clone for _GParamSpecBoolean
Source§fn clone(&self) -> _GParamSpecBoolean
fn clone(&self) -> _GParamSpecBoolean
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 _GParamSpecBoolean
impl Debug for _GParamSpecBoolean
Source§impl PartialEq for _GParamSpecBoolean
impl PartialEq for _GParamSpecBoolean
impl Copy for _GParamSpecBoolean
impl Eq for _GParamSpecBoolean
impl StructuralPartialEq for _GParamSpecBoolean
Auto Trait Implementations§
impl Freeze for _GParamSpecBoolean
impl RefUnwindSafe for _GParamSpecBoolean
impl !Send for _GParamSpecBoolean
impl !Sync for _GParamSpecBoolean
impl Unpin for _GParamSpecBoolean
impl UnwindSafe for _GParamSpecBoolean
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