#[repr(C, packed)]
pub struct partitionIntegrityEntry { pub tag: udf_tag_t, pub icb_tag: udf_icbtag_t, pub recording_time: udf_timestamp_t, pub integrityType: udf_Uint8_t, pub reserved: [udf_Uint8_t; 175], pub imp_id: udf_regid_t, pub imp_use: [udf_Uint8_t; 256], }

Fields

tag: udf_tag_ticb_tag: udf_icbtag_trecording_time: udf_timestamp_tintegrityType: udf_Uint8_treserved: [udf_Uint8_t; 175]imp_id: udf_regid_timp_use: [udf_Uint8_t; 256]

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.