pub type udf_charspec_t = udf_charspec_s;Expand description
Character set specification (ECMA 167r3 1/7.2.1)
Aliased Type§
#[repr(C, packed(1))]pub struct udf_charspec_t {
pub charset_type: u8,
pub charset_info: [u8; 63],
}Fields§
§charset_type: u8§charset_info: [u8; 63]