Type Alias udf_charspec_t

Source
pub type udf_charspec_t = udf_charspec_s;

Aliased Type§

struct udf_charspec_t {
    pub charset_type: u8,
    pub charset_info: [u8; 63],
}

Fields§

§charset_type: u8§charset_info: [u8; 63]