[][src]Struct bass_sys::TagCart

#[repr(C)]pub struct TagCart { /* fields omitted */ }

Implementations

impl TagCart[src]

pub fn new(
    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],
    procuder_app_id: [c_char; 64],
    producer_app_version: [c_char; 64],
    user_text: [c_char; 64],
    sample_value_reference: DWORD,
    post_timer: [TagCartTimer; 8],
    reserved: [c_char; 276],
    url: [c_char; 1024],
    tag_text: Vec<c_char>
) -> Self
[src]

Auto Trait Implementations

impl RefUnwindSafe for TagCart

impl Send for TagCart

impl Sync for TagCart

impl Unpin for TagCart

impl UnwindSafe for TagCart

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.