[][src]Struct brinicle_glue::detail::GlueEvent

#[repr(C)]
pub struct GlueEvent {
    pub time: i64,
    pub ty: u64,
    pub param_addr: u64,
    pub param_value: f64,
    pub param_ramp_time: u32,
    pub midi_cable: u8,
    pub midi_valid_bytes: u16,
    pub midi_bytes: [u8; 3],
}

Fields

time: i64ty: u64param_addr: u64param_value: f64param_ramp_time: u32midi_cable: u8midi_valid_bytes: u16midi_bytes: [u8; 3]

Auto Trait Implementations

Blanket Implementations

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

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

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]