Struct djio::param::RampingProfile
source · pub struct RampingProfile {
pub mode: RampingMode,
pub steps: usize,
}Expand description
Ramping profile
Fields§
§mode: RampingMode§steps: usizeImplementations§
Trait Implementations§
source§impl Clone for RampingProfile
impl Clone for RampingProfile
source§fn clone(&self) -> RampingProfile
fn clone(&self) -> RampingProfile
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 RampingProfile
impl Debug for RampingProfile
source§impl PartialEq<RampingProfile> for RampingProfile
impl PartialEq<RampingProfile> for RampingProfile
source§fn eq(&self, other: &RampingProfile) -> bool
fn eq(&self, other: &RampingProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RampingProfile
impl Eq for RampingProfile
impl StructuralEq for RampingProfile
impl StructuralPartialEq for RampingProfile
Auto Trait Implementations§
impl RefUnwindSafe for RampingProfile
impl Send for RampingProfile
impl Sync for RampingProfile
impl Unpin for RampingProfile
impl UnwindSafe for RampingProfile
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