pub struct Gradient {
pub custom_data: Option<CustomData>,
pub gradient: f64,
pub priority: i64,
pub soft_gradient: f64,
}Fields§
§custom_data: Option<CustomData>§gradient: f64Default ramp rate in seconds (0 if not applicable)
priority: i64Id of setting
soft_gradient: f64Soft-start ramp rate in seconds (0 if not applicable)
Trait Implementations§
impl StructuralPartialEq for Gradient
Auto Trait Implementations§
impl Freeze for Gradient
impl RefUnwindSafe for Gradient
impl Send for Gradient
impl Sync for Gradient
impl Unpin for Gradient
impl UnsafeUnpin for Gradient
impl UnwindSafe for Gradient
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