#[repr(C, packed(1))]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§
Auto Trait Implementations§
impl Freeze for udf_pvd_s
impl RefUnwindSafe for udf_pvd_s
impl Send for udf_pvd_s
impl Sync for udf_pvd_s
impl Unpin for udf_pvd_s
impl UnwindSafe for udf_pvd_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more