Struct gegl_sys::GeglParamSpecInt
source · #[repr(C)]pub struct GeglParamSpecInt {
pub parent_instance: GParamSpecInt,
pub ui_minimum: c_int,
pub ui_maximum: c_int,
pub ui_gamma: c_double,
pub ui_step_small: c_int,
pub ui_step_big: c_int,
}
Fields§
§parent_instance: GParamSpecInt
§ui_minimum: c_int
§ui_maximum: c_int
§ui_gamma: c_double
§ui_step_small: c_int
§ui_step_big: c_int
Trait Implementations§
source§impl Clone for GeglParamSpecInt
impl Clone for GeglParamSpecInt
source§fn clone(&self) -> GeglParamSpecInt
fn clone(&self) -> GeglParamSpecInt
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 GeglParamSpecInt
impl Debug for GeglParamSpecInt
impl Copy for GeglParamSpecInt
Auto Trait Implementations§
impl RefUnwindSafe for GeglParamSpecInt
impl !Send for GeglParamSpecInt
impl !Sync for GeglParamSpecInt
impl Unpin for GeglParamSpecInt
impl UnwindSafe for GeglParamSpecInt
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