[][src]Struct alsa::seq::EvNote

pub struct EvNote {
    pub channel: u8,
    pub note: u8,
    pub velocity: u8,
    pub off_velocity: u8,
    pub duration: u32,
}

Fields

channel: u8note: u8velocity: u8off_velocity: u8duration: u32

Trait Implementations

impl EventData for EvNote[src]

impl Clone for EvNote[src]

impl Copy for EvNote[src]

impl Default for EvNote[src]

impl Eq for EvNote[src]

impl Ord for EvNote[src]

impl PartialEq<EvNote> for EvNote[src]

impl PartialOrd<EvNote> for EvNote[src]

impl Debug for EvNote[src]

impl Hash for EvNote[src]

impl StructuralPartialEq for EvNote[src]

impl StructuralEq for EvNote[src]

Auto Trait Implementations

impl Send for EvNote

impl Sync for EvNote

impl Unpin for EvNote

impl UnwindSafe for EvNote

impl RefUnwindSafe for EvNote

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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