Struct libcdio_sys::udf_pvd_s

source ·
#[repr(C, packed)]
pub struct udf_pvd_s {
Show 22 fields pub tag: udf_tag_t, pub vol_desc_seq_num: udf_Uint32_t, pub primary_vol_desc_num: udf_Uint32_t, pub vol_ident: [udf_dstring; 32], pub vol_seq_num: udf_Uint16_t, pub max_vol_seqnum: udf_Uint16_t, pub interchange_lvl: udf_Uint16_t, pub max_interchange_lvl: udf_Uint16_t, pub charset_list: udf_Uint32_t, pub max_charset_list: udf_Uint32_t, pub volset_id: [udf_dstring; 128], pub desc_charset: udf_charspec_t, pub explanatory_charset: udf_charspec_t, pub vol_abstract: udf_extent_ad_t, pub vol_copyright: udf_extent_ad_t, pub app_ident: udf_regid_t, pub recording_time: udf_timestamp_t, pub imp_ident: udf_regid_t, pub imp_use: [udf_Uint8_t; 64], pub predecessor_vol_desc_seq_location: udf_Uint32_t, pub flags: udf_Uint16_t, pub reserved: [udf_Uint8_t; 22],
}

Fields§

§tag: udf_tag_t§vol_desc_seq_num: udf_Uint32_t§primary_vol_desc_num: udf_Uint32_t§vol_ident: [udf_dstring; 32]§vol_seq_num: udf_Uint16_t§max_vol_seqnum: udf_Uint16_t§interchange_lvl: udf_Uint16_t§max_interchange_lvl: udf_Uint16_t§charset_list: udf_Uint32_t§max_charset_list: udf_Uint32_t§volset_id: [udf_dstring; 128]§desc_charset: udf_charspec_t§explanatory_charset: udf_charspec_t§vol_abstract: udf_extent_ad_t§vol_copyright: udf_extent_ad_t§app_ident: udf_regid_t§recording_time: udf_timestamp_t§imp_ident: udf_regid_t§imp_use: [udf_Uint8_t; 64]§predecessor_vol_desc_seq_location: udf_Uint32_t§flags: udf_Uint16_t§reserved: [udf_Uint8_t; 22]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.