#[repr(C, packed)]
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_tseq_num: udf_Uint32_tdesc_charset: udf_charspec_tlogvol_id: [udf_dstring; 128]logical_blocksize: udf_Uint32_tdomain_id: udf_regid_tlvd_use: logical_vol_desc_s__bindgen_ty_1logvol_contents_use: [udf_Uint8_t; 16]maptable_len: udf_Uint32_ti_partition_maps: udf_Uint32_timp_id: udf_regid_timp_use: [udf_Uint8_t; 128]integrity_seq_ext: udf_extent_ad_tpartition_maps: __IncompleteArrayField<udf_Uint8_t>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.