[][src]Struct sndfile_sys::SF_CART_INFO

#[repr(C)]
pub struct SF_CART_INFO { pub version: [c_char; 4], pub title: [c_char; 64], pub artist: [c_char; 64], pub cut_id: [c_char; 64], pub client_id: [c_char; 64], pub category: [c_char; 64], pub classification: [c_char; 64], pub out_cue: [c_char; 64], pub start_date: [c_char; 10], pub start_time: [c_char; 8], pub end_date: [c_char; 10], pub end_time: [c_char; 8], pub producer_app_id: [c_char; 64], pub producer_app_version: [c_char; 64], pub user_def: [c_char; 64], pub level_reference: int32_t, pub post_timers: [SF_CART_TIMER; 8], pub reserved: [c_char; 276], pub url: [c_char; 1024], pub tag_text_size: int32_t, pub tag_text: [c_char; 256], }

Fields

version: [c_char; 4]title: [c_char; 64]artist: [c_char; 64]cut_id: [c_char; 64]client_id: [c_char; 64]category: [c_char; 64]classification: [c_char; 64]out_cue: [c_char; 64]start_date: [c_char; 10]start_time: [c_char; 8]end_date: [c_char; 10]end_time: [c_char; 8]producer_app_id: [c_char; 64]producer_app_version: [c_char; 64]user_def: [c_char; 64]level_reference: int32_tpost_timers: [SF_CART_TIMER; 8]reserved: [c_char; 276]url: [c_char; 1024]tag_text_size: int32_ttag_text: [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.