[][src]Struct libcdio_sys::iso9660_stat_s

#[repr(C)]
pub struct iso9660_stat_s { pub rr: iso_rock_statbuf_t, pub tm: tm, pub lsn: lsn_t, pub size: u32, pub secsize: u32, pub xa: iso9660_xa_t, pub type_: iso9660_stat_s__bindgen_ty_1, pub b_xa: c_uchar, pub filename: __IncompleteArrayField<c_char>, }

Fields

rr: iso_rock_statbuf_ttm: tmlsn: lsn_tsize: u32secsize: u32xa: iso9660_xa_ttype_: iso9660_stat_s__bindgen_ty_1b_xa: c_ucharfilename: __IncompleteArrayField<c_char>

Auto Trait Implementations

Blanket Implementations

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.

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

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

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