Struct libcdio_sys::udf_fsd_s

source ·
#[repr(C, packed)]
pub struct udf_fsd_s {
Show 19 fields pub tag: udf_tag_t, pub recording_time: udf_timestamp_t, pub interchange_lvl: udf_Uint16_t, pub maxInterchange_lvl: udf_Uint16_t, pub charset_list: udf_Uint32_t, pub max_charset_list: udf_Uint32_t, pub fileset_num: udf_Uint32_t, pub udf_fsd_num: udf_Uint32_t, pub logical_vol_id_charset: udf_charspec_t, pub logical_vol_id: [udf_dstring; 128], pub fileset_charset: udf_charspec_t, pub fileSet_id: [udf_dstring; 32], pub copyright_file_id: [udf_dstring; 32], pub abstract_file_id: [udf_dstring; 32], pub root_icb: udf_long_ad_t, pub domain_id: udf_regid_t, pub next_ext: udf_long_ad_t, pub stream_directory_ICB: udf_long_ad_t, pub reserved: [udf_Uint8_t; 32],
}

Fields

tag: udf_tag_trecording_time: udf_timestamp_tinterchange_lvl: udf_Uint16_tmaxInterchange_lvl: udf_Uint16_tcharset_list: udf_Uint32_tmax_charset_list: udf_Uint32_tfileset_num: udf_Uint32_tudf_fsd_num: udf_Uint32_tlogical_vol_id_charset: udf_charspec_tlogical_vol_id: [udf_dstring; 128]fileset_charset: udf_charspec_tfileSet_id: [udf_dstring; 32]copyright_file_id: [udf_dstring; 32]abstract_file_id: [udf_dstring; 32]root_icb: udf_long_ad_tdomain_id: udf_regid_tnext_ext: udf_long_ad_tstream_directory_ICB: udf_long_ad_treserved: [udf_Uint8_t; 32]

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.