Struct libcdio_sys::partition_header_desc_s
source · #[repr(C, packed)]pub struct partition_header_desc_s {
pub unalloc_space_table: udf_short_ad_t,
pub unalloc_space_bitmap: udf_short_ad_t,
pub partition_integrity_table: udf_short_ad_t,
pub freed_space_table: udf_short_ad_t,
pub freed_space_bitmap: udf_short_ad_t,
pub reserved: [udf_Uint8_t; 88],
}Fields
unalloc_space_table: udf_short_ad_tunalloc_space_bitmap: udf_short_ad_tpartition_integrity_table: udf_short_ad_tfreed_space_table: udf_short_ad_tfreed_space_bitmap: udf_short_ad_treserved: [udf_Uint8_t; 88]Auto Trait Implementations
impl RefUnwindSafe for partition_header_desc_s
impl Send for partition_header_desc_s
impl Sync for partition_header_desc_s
impl Unpin for partition_header_desc_s
impl UnwindSafe for partition_header_desc_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more