[−][src]Struct libcdio_sys::extended_file_entry
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_display_attr: udf_Uint8_trecord_len: udf_Uint32_tinfo_len: udf_Uint64_tobject_size: udf_Uint64_tlogblks_recorded: udf_Uint64_taccess_time: udf_timestamp_tmodification_time: udf_timestamp_tcreate_time: udf_timestamp_tattribute_time: udf_timestamp_tcheckpoint: udf_Uint32_treserved: udf_Uint32_text_attr_ICB: udf_long_ad_tstream_directory_ICB: udf_long_ad_timp_id: udf_regid_tunique_ID: udf_Uint64_tlength_extended_attr: udf_Uint32_tlength_alloc_descs: udf_Uint32_tu: extended_file_entry__bindgen_ty_1Auto Trait Implementations
impl RefUnwindSafe for extended_file_entry
impl Send for extended_file_entry
impl Sync for extended_file_entry
impl Unpin for extended_file_entry
impl UnwindSafe for extended_file_entry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,