#[repr(C, packed)]
pub struct extended_file_entry {
Show 25 fields 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_display_attr: udf_Uint8_t, pub record_len: udf_Uint32_t, pub info_len: udf_Uint64_t, pub object_size: udf_Uint64_t, pub logblks_recorded: udf_Uint64_t, pub access_time: udf_timestamp_t, pub modification_time: udf_timestamp_t, pub create_time: udf_timestamp_t, pub attribute_time: udf_timestamp_t, pub checkpoint: udf_Uint32_t, pub reserved: udf_Uint32_t, pub ext_attr_ICB: udf_long_ad_t, pub stream_directory_ICB: udf_long_ad_t, pub imp_id: udf_regid_t, pub unique_ID: udf_Uint64_t, pub length_extended_attr: udf_Uint32_t, pub length_alloc_descs: udf_Uint32_t, pub u: extended_file_entry__bindgen_ty_1,
}

Fields§

§tag: udf_tag_t§icb_tag: udf_icbtag_t§uid: udf_Uint32_t§gid: udf_Uint32_t§permissions: udf_Uint32_t§link_count: udf_Uint16_t§rec_format: udf_Uint8_t§rec_display_attr: udf_Uint8_t§record_len: udf_Uint32_t§info_len: udf_Uint64_t§object_size: udf_Uint64_t§logblks_recorded: udf_Uint64_t§access_time: udf_timestamp_t§modification_time: udf_timestamp_t§create_time: udf_timestamp_t§attribute_time: udf_timestamp_t§checkpoint: udf_Uint32_t§reserved: udf_Uint32_t§ext_attr_ICB: udf_long_ad_t§stream_directory_ICB: udf_long_ad_t§imp_id: udf_regid_t§unique_ID: udf_Uint64_t§length_extended_attr: udf_Uint32_t§length_alloc_descs: udf_Uint32_t§u: extended_file_entry__bindgen_ty_1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere
    T: 'static + ?Sized,

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere
    T: ?Sized,

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere
    T: ?Sized,

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere
    U: From<T>,

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for Twhere
    U: Into<T>,

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

impl<T, U> TryInto<U> for Twhere
    U: TryFrom<T>,

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