pub type udf_pvd_t = udf_pvd_s;Expand description
Primary Volume Descriptor (ECMA 167r3 3/10.1)
Aliased Type§
#[repr(C, packed(1))]pub struct udf_pvd_t {Show 22 fields
pub tag: udf_tag_s,
pub vol_desc_seq_num: u32,
pub primary_vol_desc_num: u32,
pub vol_ident: [i8; 32],
pub vol_seq_num: u16,
pub max_vol_seqnum: u16,
pub interchange_lvl: u16,
pub max_interchange_lvl: u16,
pub charset_list: u32,
pub max_charset_list: u32,
pub volset_id: [i8; 128],
pub desc_charset: udf_charspec_s,
pub explanatory_charset: udf_charspec_s,
pub vol_abstract: udf_extent_ad_s,
pub vol_copyright: udf_extent_ad_s,
pub app_ident: udf_regid_s,
pub recording_time: udf_timestamp_s,
pub imp_ident: udf_regid_s,
pub imp_use: [u8; 64],
pub predecessor_vol_desc_seq_location: u32,
pub flags: u16,
pub reserved: [u8; 22],
}Fields§
§tag: udf_tag_s§vol_desc_seq_num: u32§primary_vol_desc_num: u32§vol_ident: [i8; 32]§vol_seq_num: u16§max_vol_seqnum: u16§interchange_lvl: u16§max_interchange_lvl: u16§charset_list: u32§max_charset_list: u32§volset_id: [i8; 128]§desc_charset: udf_charspec_s§explanatory_charset: udf_charspec_s§vol_abstract: udf_extent_ad_s§vol_copyright: udf_extent_ad_s§app_ident: udf_regid_s§recording_time: udf_timestamp_s§imp_ident: udf_regid_s§imp_use: [u8; 64]§predecessor_vol_desc_seq_location: u32§flags: u16§reserved: [u8; 22]