Struct gobject_sys::GParamSpecLong
source · #[repr(C)]pub struct GParamSpecLong {
pub parent_instance: GParamSpec,
pub minimum: c_long,
pub maximum: c_long,
pub default_value: c_long,
}
Fields§
§parent_instance: GParamSpec
§minimum: c_long
§maximum: c_long
§default_value: c_long
Trait Implementations§
source§impl Clone for GParamSpecLong
impl Clone for GParamSpecLong
source§fn clone(&self) -> GParamSpecLong
fn clone(&self) -> GParamSpecLong
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 more