#[repr(C, packed(1))]pub struct unalloc_space_desc_s {
pub tag: udf_tag_t,
pub vol_desc_seq_num: udf_Uint32_t,
pub i_alloc_descs: udf_Uint32_t,
pub allocDescs: __IncompleteArrayField<udf_extent_ad_t>,
}Fields§
§tag: udf_tag_t§vol_desc_seq_num: udf_Uint32_t§i_alloc_descs: udf_Uint32_t§allocDescs: __IncompleteArrayField<udf_extent_ad_t>Auto Trait Implementations§
impl Freeze for unalloc_space_desc_s
impl RefUnwindSafe for unalloc_space_desc_s
impl Send for unalloc_space_desc_s
impl Sync for unalloc_space_desc_s
impl Unpin for unalloc_space_desc_s
impl UnwindSafe for unalloc_space_desc_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more