#[repr(C, packed)]
pub struct udf_icbtag_s { pub prev_num_dirs: udf_Uint32_t, pub strat_type: udf_Uint16_t, pub strat_param: udf_Uint16_t, pub max_num_entries: udf_Uint16_t, pub reserved: udf_Uint8_t, pub file_type: udf_Uint8_t, pub parent_ICB: udf_lb_addr_t, pub flags: udf_Uint16_t, }

Fields

prev_num_dirs: udf_Uint32_tstrat_type: udf_Uint16_tstrat_param: udf_Uint16_tmax_num_entries: udf_Uint16_treserved: udf_Uint8_tfile_type: udf_Uint8_tparent_ICB: udf_lb_addr_tflags: 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.