Struct vcs_classic_hid::led::anims::Asr[][src]

pub struct Asr { /* fields omitted */ }

An attack-sustain-release pulse.

Implementations

impl Asr[src]

pub fn new_with_selection(selection: LedSelection, value: u8) -> Self[src]

pub fn new_with_params(
    selection: LedSelection,
    value: u8,
    ticks_attack: u64,
    ticks_sustain: u64,
    ticks_release: u64
) -> Self
[src]

Trait Implementations

impl Clone for Asr[src]

impl Copy for Asr[src]

impl Debug for Asr[src]

impl Default for Asr[src]

impl LedAnimation for Asr[src]

impl PartialEq<Asr> for Asr[src]

impl StructuralPartialEq for Asr[src]

Auto Trait Implementations

impl RefUnwindSafe for Asr

impl Send for Asr

impl Sync for Asr

impl Unpin for Asr

impl UnwindSafe for Asr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.