#[repr(C, packed(1))]pub struct logical_vol_desc_s {Show 14 fields
pub tag: udf_tag_t,
pub seq_num: udf_Uint32_t,
pub desc_charset: udf_charspec_t,
pub logvol_id: [udf_dstring; 128],
pub logical_blocksize: udf_Uint32_t,
pub domain_id: udf_regid_t,
pub lvd_use: logical_vol_desc_s__bindgen_ty_1,
pub logvol_contents_use: [udf_Uint8_t; 16],
pub maptable_len: udf_Uint32_t,
pub i_partition_maps: udf_Uint32_t,
pub imp_id: udf_regid_t,
pub imp_use: [udf_Uint8_t; 128],
pub integrity_seq_ext: udf_extent_ad_t,
pub partition_maps: __IncompleteArrayField<udf_Uint8_t>,
}Fields§
§tag: udf_tag_t§seq_num: udf_Uint32_t§desc_charset: udf_charspec_t§logvol_id: [udf_dstring; 128]§logical_blocksize: udf_Uint32_t§domain_id: udf_regid_t§lvd_use: logical_vol_desc_s__bindgen_ty_1§logvol_contents_use: [udf_Uint8_t; 16]§maptable_len: udf_Uint32_t§i_partition_maps: udf_Uint32_t§imp_id: udf_regid_t§imp_use: [udf_Uint8_t; 128]§integrity_seq_ext: udf_extent_ad_t§partition_maps: __IncompleteArrayField<udf_Uint8_t>Auto Trait Implementations§
impl Freeze for logical_vol_desc_s
impl RefUnwindSafe for logical_vol_desc_s
impl Send for logical_vol_desc_s
impl Sync for logical_vol_desc_s
impl Unpin for logical_vol_desc_s
impl UnwindSafe for logical_vol_desc_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