#[repr(C, packed)]
pub struct iso_su_er_s { pub len_id: iso711_t, pub len_des: c_uchar, pub len_src: c_uchar, pub ext_ver: iso711_t, pub data: __IncompleteArrayField<c_char>, }

Fields

len_id: iso711_tlen_des: c_ucharlen_src: c_ucharext_ver: iso711_tdata: __IncompleteArrayField<c_char>

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.