#[repr(C, packed(1))]pub struct unallocSpaceEntry {
pub tag: udf_tag_t,
pub icb_tag: udf_icbtag_t,
pub lengthAllocDescs: udf_Uint32_t,
pub allocDescs: __IncompleteArrayField<udf_Uint8_t>,
}
Fields§
§tag: udf_tag_t
§icb_tag: udf_icbtag_t
§lengthAllocDescs: udf_Uint32_t
§allocDescs: __IncompleteArrayField<udf_Uint8_t>
Auto Trait Implementations§
impl Freeze for unallocSpaceEntry
impl RefUnwindSafe for unallocSpaceEntry
impl Send for unallocSpaceEntry
impl Sync for unallocSpaceEntry
impl Unpin for unallocSpaceEntry
impl UnwindSafe for unallocSpaceEntry
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