[][src]Struct sndfile_sys::SF_CUE_POINT

#[repr(C)]
pub struct SF_CUE_POINT { pub indx: int32_t, pub position: uint32_t, pub fcc_chunk: int32_t, pub chunk_start: int32_t, pub block_start: int32_t, pub sample_offset: uint32_t, pub name: [c_char; 256], }

Fields

indx: int32_tposition: uint32_tfcc_chunk: int32_tchunk_start: int32_tblock_start: int32_tsample_offset: uint32_tname: [c_char; 256]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.