Struct gobject_sys::GParamSpecUInt
source · [−]#[repr(C)]pub struct GParamSpecUInt {
pub parent_instance: GParamSpec,
pub minimum: c_uint,
pub maximum: c_uint,
pub default_value: c_uint,
}
Fields
parent_instance: GParamSpec
minimum: c_uint
maximum: c_uint
default_value: c_uint
Trait Implementations
sourceimpl Clone for GParamSpecUInt
impl Clone for GParamSpecUInt
sourcefn clone(&self) -> GParamSpecUInt
fn clone(&self) -> GParamSpecUInt
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GParamSpecUInt
impl Debug for GParamSpecUInt
impl Copy for GParamSpecUInt
Auto Trait Implementations
impl RefUnwindSafe for GParamSpecUInt
impl !Send for GParamSpecUInt
impl !Sync for GParamSpecUInt
impl Unpin for GParamSpecUInt
impl UnwindSafe for GParamSpecUInt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more