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§
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
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§
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