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