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