Struct libcdio_sys::udf_tag_s

source ·
#[repr(C, packed)]
pub struct udf_tag_s { pub id: udf_Uint16_t, pub desc_version: udf_Uint16_t, pub cksum: udf_Uint8_t, pub reserved: udf_Uint8_t, pub i_serial: udf_Uint16_t, pub desc_CRC: udf_Uint16_t, pub desc_CRC_len: udf_Uint16_t, pub loc: udf_Uint32_t, }

Fields

id: udf_Uint16_tdesc_version: udf_Uint16_tcksum: udf_Uint8_treserved: udf_Uint8_ti_serial: udf_Uint16_tdesc_CRC: udf_Uint16_tdesc_CRC_len: udf_Uint16_tloc: udf_Uint32_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.