#[repr(C, packed)]
pub struct anchor_vol_desc_ptr_s { pub tag: udf_tag_t, pub main_vol_desc_seq_ext: udf_extent_ad_t, pub reserve_vol_desc_seq_ext: udf_extent_ad_t, pub reserved: [udf_Uint8_t; 480], }

Fields

tag: udf_tag_tmain_vol_desc_seq_ext: udf_extent_ad_treserve_vol_desc_seq_ext: udf_extent_ad_treserved: [udf_Uint8_t; 480]

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.