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