[][src]Struct libcdio_sys::iso_su_er_s

#[repr(C, packed)]
pub struct iso_su_er_s { pub len_id: iso711_t, pub len_des: c_uchar, pub len_src: c_uchar, pub ext_ver: iso711_t, pub data: __IncompleteArrayField<c_char>, }

Fields

len_id: iso711_tlen_des: c_ucharlen_src: c_ucharext_ver: iso711_tdata: __IncompleteArrayField<c_char>

Auto Trait Implementations

impl Send for iso_su_er_s

impl Sync for iso_su_er_s

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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