[][src]Struct korg_syro_sys::VolcaSample_Part_Data

#[repr(C)]pub struct VolcaSample_Part_Data {
    pub SampleNum: u16,
    pub StepOn: u16,
    pub Accent: u16,
    pub Reserved: u16,
    pub Level: u8,
    pub Param: [u8; 11],
    pub FuncMemoryPart: u8,
    pub Padding1: [u8; 11],
    pub Motion: [[u8; 16]; 14],
}

Fields

SampleNum: u16StepOn: u16Accent: u16Reserved: u16Level: u8Param: [u8; 11]FuncMemoryPart: u8Padding1: [u8; 11]Motion: [[u8; 16]; 14]

Trait Implementations

impl Clone for VolcaSample_Part_Data[src]

impl Copy for VolcaSample_Part_Data[src]

impl Debug for VolcaSample_Part_Data[src]

impl Default for VolcaSample_Part_Data[src]

Auto Trait Implementations

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.