#[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_t§position: uint32_t§fcc_chunk: int32_t§chunk_start: int32_t§block_start: int32_t§sample_offset: uint32_t§name: [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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.