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