#[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_t§tm: tm§lsn: lsn_t§size: u32§secsize: u32§xa: iso9660_xa_t§type_: iso9660_stat_s__bindgen_ty_1§b_xa: c_uchar§filename: __IncompleteArrayField<c_char>

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.