Struct gobject_2_0_sys::GParamSpecLong
source · #[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: glongAuto Trait Implementations§
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