Struct components::Adjustment [−][src]
pub struct Adjustment { /* fields omitted */ }Implementations
impl Adjustment[src]
impl Adjustment[src]pub fn new() -> Adjustment[src]
pub fn with_values(
value: f64,
lower: f64,
upper: f64,
step_increment: f64,
page_increment: f64,
page_size: f64
) -> Adjustment[src]
value: f64,
lower: f64,
upper: f64,
step_increment: f64,
page_increment: f64,
page_size: f64
) -> Adjustment
Trait Implementations
impl AsRef<Adjustment> for Adjustment[src]
impl AsRef<Adjustment> for Adjustment[src]fn as_ref(&self) -> &Adjustment[src]
impl Clone for Adjustment[src]
impl Clone for Adjustment[src]fn clone(&self) -> Adjustment[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for Adjustment[src]
impl Default for Adjustment[src]impl Is<Adjustment> for Adjustment[src]
impl Is<Adjustment> for Adjustment[src]impl Object for Adjustment[src]
impl Object for Adjustment[src]Auto Trait Implementations
impl !RefUnwindSafe for Adjustment
impl !RefUnwindSafe for Adjustmentimpl !Send for Adjustment
impl !Send for Adjustmentimpl !Sync for Adjustment
impl !Sync for Adjustmentimpl Unpin for Adjustment
impl Unpin for Adjustmentimpl UnwindSafe for Adjustment
impl UnwindSafe for AdjustmentBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,