#[repr(C, packed)]
pub struct generic_partition_map1 { pub partition_map_type: udf_Uint8_t, pub partition_map_length: udf_Uint8_t, pub vol_seq_num: udf_Uint16_t, pub i_partition: udf_Uint16_t, }

Fields

partition_map_type: udf_Uint8_tpartition_map_length: udf_Uint8_tvol_seq_num: udf_Uint16_ti_partition: udf_Uint16_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.