[][src]Struct libcdio_sys::udf_file_entry_s

#[repr(C, packed)]
pub struct udf_file_entry_s { pub tag: udf_tag_t, pub icb_tag: udf_icbtag_t, pub uid: udf_Uint32_t, pub gid: udf_Uint32_t, pub permissions: udf_Uint32_t, pub link_count: udf_Uint16_t, pub rec_format: udf_Uint8_t, pub rec_disp_attr: udf_Uint8_t, pub rec_len: udf_Uint32_t, pub info_len: udf_Uint64_t, pub logblks_recorded: udf_Uint64_t, pub access_time: udf_timestamp_t, pub modification_time: udf_timestamp_t, pub attribute_time: udf_timestamp_t, pub checkpoint: udf_Uint32_t, pub ext_attr_ICB: udf_long_ad_t, pub imp_id: udf_regid_t, pub unique_ID: udf_Uint64_t, pub i_extended_attr: udf_Uint32_t, pub i_alloc_descs: udf_Uint32_t, pub u: udf_file_entry_s__bindgen_ty_1, }

Fields

tag: udf_tag_ticb_tag: udf_icbtag_tuid: udf_Uint32_tgid: udf_Uint32_tpermissions: udf_Uint32_tlink_count: udf_Uint16_trec_format: udf_Uint8_trec_disp_attr: udf_Uint8_trec_len: udf_Uint32_tinfo_len: udf_Uint64_tlogblks_recorded: udf_Uint64_taccess_time: udf_timestamp_tmodification_time: udf_timestamp_tattribute_time: udf_timestamp_tcheckpoint: udf_Uint32_text_attr_ICB: udf_long_ad_timp_id: udf_regid_tunique_ID: udf_Uint64_ti_extended_attr: udf_Uint32_ti_alloc_descs: udf_Uint32_tu: udf_file_entry_s__bindgen_ty_1

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]