#[repr(C, packed)]
pub struct imp_use_vol_desc_s { pub tag: udf_tag_t, pub vol_desc_seq_num: udf_Uint32_t, pub imp_id: udf_regid_t, pub imp_use: [udf_Uint8_t; 460], }

Fields

tag: udf_tag_tvol_desc_seq_num: udf_Uint32_timp_id: udf_regid_timp_use: [udf_Uint8_t; 460]

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.