#[repr(C)]pub struct GeglParamSpecDouble {
pub parent_instance: GParamSpecDouble,
pub ui_minimum: c_double,
pub ui_maximum: c_double,
pub ui_gamma: c_double,
pub ui_step_small: c_double,
pub ui_step_big: c_double,
pub ui_digits: c_int,
}Fields§
§parent_instance: GParamSpecDouble§ui_minimum: c_double§ui_maximum: c_double§ui_gamma: c_double§ui_step_small: c_double§ui_step_big: c_double§ui_digits: c_intTrait Implementations§
Source§impl Clone for GeglParamSpecDouble
impl Clone for GeglParamSpecDouble
Source§fn clone(&self) -> GeglParamSpecDouble
fn clone(&self) -> GeglParamSpecDouble
Returns a duplicate 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 GeglParamSpecDouble
impl Debug for GeglParamSpecDouble
impl Copy for GeglParamSpecDouble
Auto Trait Implementations§
impl Freeze for GeglParamSpecDouble
impl RefUnwindSafe for GeglParamSpecDouble
impl !Send for GeglParamSpecDouble
impl !Sync for GeglParamSpecDouble
impl Unpin for GeglParamSpecDouble
impl UnwindSafe for GeglParamSpecDouble
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