#[repr(C, packed)]
pub struct udf_id_suffix_s { pub udf_revision: udf_Uint16_t, pub os_class: udf_Uint8_t, pub os_identifier: udf_Uint8_t, pub reserved: [udf_Uint8_t; 4], }

Fields

udf_revision: udf_Uint16_tos_class: udf_Uint8_tos_identifier: udf_Uint8_treserved: [udf_Uint8_t; 4]

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.