#[repr(C, packed(1))]pub struct udf_fsd_s {Show 19 fields
pub tag: udf_tag_t,
pub recording_time: udf_timestamp_t,
pub interchange_lvl: udf_Uint16_t,
pub maxInterchange_lvl: udf_Uint16_t,
pub charset_list: udf_Uint32_t,
pub max_charset_list: udf_Uint32_t,
pub fileset_num: udf_Uint32_t,
pub udf_fsd_num: udf_Uint32_t,
pub logical_vol_id_charset: udf_charspec_t,
pub logical_vol_id: [udf_dstring; 128],
pub fileset_charset: udf_charspec_t,
pub fileSet_id: [udf_dstring; 32],
pub copyright_file_id: [udf_dstring; 32],
pub abstract_file_id: [udf_dstring; 32],
pub root_icb: udf_long_ad_t,
pub domain_id: udf_regid_t,
pub next_ext: udf_long_ad_t,
pub stream_directory_ICB: udf_long_ad_t,
pub reserved: [udf_Uint8_t; 32],
}Fields§
§tag: udf_tag_t§recording_time: udf_timestamp_t§interchange_lvl: udf_Uint16_t§maxInterchange_lvl: udf_Uint16_t§charset_list: udf_Uint32_t§max_charset_list: udf_Uint32_t§fileset_num: udf_Uint32_t§udf_fsd_num: udf_Uint32_t§logical_vol_id_charset: udf_charspec_t§logical_vol_id: [udf_dstring; 128]§fileset_charset: udf_charspec_t§fileSet_id: [udf_dstring; 32]§copyright_file_id: [udf_dstring; 32]§abstract_file_id: [udf_dstring; 32]§root_icb: udf_long_ad_t§domain_id: udf_regid_t§next_ext: udf_long_ad_t§stream_directory_ICB: udf_long_ad_t§reserved: [udf_Uint8_t; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for udf_fsd_s
impl RefUnwindSafe for udf_fsd_s
impl Send for udf_fsd_s
impl Sync for udf_fsd_s
impl Unpin for udf_fsd_s
impl UnwindSafe for udf_fsd_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