#[repr(C)]pub struct _GParamSpecInt {
pub parent_instance: GParamSpec,
pub minimum: gint,
pub maximum: gint,
pub default_value: gint,
}Fields§
§parent_instance: GParamSpec§minimum: gint§maximum: gint§default_value: gintTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GParamSpecInt
impl RefUnwindSafe for _GParamSpecInt
impl !Send for _GParamSpecInt
impl !Sync for _GParamSpecInt
impl Unpin for _GParamSpecInt
impl UnwindSafe for _GParamSpecInt
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