#[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_uintTrait Implementations§
Source§impl Clone for GParamSpecUInt
impl Clone for GParamSpecUInt
Source§fn clone(&self) -> GParamSpecUInt
fn clone(&self) -> GParamSpecUInt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GParamSpecUInt
Auto Trait Implementations§
impl !Send for GParamSpecUInt
impl !Sync for GParamSpecUInt
impl Freeze for GParamSpecUInt
impl RefUnwindSafe for GParamSpecUInt
impl Unpin for GParamSpecUInt
impl UnsafeUnpin 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