Struct gobject_sys::GParamSpecFloat
source · #[repr(C)]pub struct GParamSpecFloat {
pub parent_instance: GParamSpec,
pub minimum: c_float,
pub maximum: c_float,
pub default_value: c_float,
pub epsilon: c_float,
}
Fields§
§parent_instance: GParamSpec
§minimum: c_float
§maximum: c_float
§default_value: c_float
§epsilon: c_float
Trait Implementations§
source§impl Clone for GParamSpecFloat
impl Clone for GParamSpecFloat
source§fn clone(&self) -> GParamSpecFloat
fn clone(&self) -> GParamSpecFloat
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 moresource§impl Debug for GParamSpecFloat
impl Debug for GParamSpecFloat
impl Copy for GParamSpecFloat
Auto Trait Implementations§
impl RefUnwindSafe for GParamSpecFloat
impl !Send for GParamSpecFloat
impl !Sync for GParamSpecFloat
impl Unpin for GParamSpecFloat
impl UnwindSafe for GParamSpecFloat
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