Struct sndfile_sys::SF_CUES[][src]

#[repr(C)]
pub struct SF_CUES { pub cue_count: uint32_t, pub cue_points: [SF_CUE_POINT; 100], }

Fields

Auto Trait Implementations

impl Send for SF_CUES

impl Sync for SF_CUES