[][src]Struct bass_sys::TagBext

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

Implementations

impl TagBext[src]

pub fn new(
    description: [c_char; 256],
    originator: [c_char; 32],
    originator_reference: [c_char; 32],
    originator_date: [c_char; 10],
    originator_time: [c_char; 8],
    time_reference: QWORD,
    version: WORD,
    umid: [BYTE; 64],
    reserved: [BYTE; 190],
    coding_history: Vec<c_char>
) -> Self
[src]

Auto Trait Implementations

impl RefUnwindSafe for TagBext

impl Send for TagBext

impl Sync for TagBext

impl Unpin for TagBext

impl UnwindSafe for TagBext

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.