#[repr(C, packed)]
pub struct beginning_extended_area_desc_s { pub struct_type: udf_Uint8_t, pub std_id: [udf_Uint8_t; 5], pub struct_version: udf_Uint8_t, pub struct_data: [udf_Uint8_t; 2041], }

Fields

struct_type: udf_Uint8_tstd_id: [udf_Uint8_t; 5]struct_version: udf_Uint8_tstruct_data: [udf_Uint8_t; 2041]

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.