#[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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)