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_tvol_desc_seq_num: udf_Uint32_tprimary_vol_desc_num: udf_Uint32_tvol_ident: [udf_dstring; 32]vol_seq_num: udf_Uint16_tmax_vol_seqnum: udf_Uint16_tinterchange_lvl: udf_Uint16_tmax_interchange_lvl: udf_Uint16_tcharset_list: udf_Uint32_tmax_charset_list: udf_Uint32_tvolset_id: [udf_dstring; 128]desc_charset: udf_charspec_texplanatory_charset: udf_charspec_tvol_abstract: udf_extent_ad_tvol_copyright: udf_extent_ad_tapp_ident: udf_regid_trecording_time: udf_timestamp_timp_ident: udf_regid_timp_use: [udf_Uint8_t; 64]predecessor_vol_desc_seq_location: udf_Uint32_tflags: udf_Uint16_treserved: [udf_Uint8_t; 22]Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more