Struct sndfile_sys::SF_CUE_POINT[][src]

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

Fields

indx: i32position: u32fcc_chunk: i32chunk_start: i32block_start: i32sample_offset: u32name: [c_char; 256]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.