Struct libcdio_sys::NSR_desc_s

source ·
#[repr(C, packed)]
pub struct NSR_desc_s { pub struct_type: udf_Uint8_t, pub std_id: [udf_Uint8_t; 5], pub struct_version: udf_Uint8_t, pub reserved: udf_Uint8_t, pub struct_data: [udf_Uint8_t; 2040], }

Fields

struct_type: udf_Uint8_tstd_id: [udf_Uint8_t; 5]struct_version: udf_Uint8_treserved: udf_Uint8_tstruct_data: [udf_Uint8_t; 2040]

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.