Struct libcdio_sys::allocExtDesc
source · #[repr(C, packed)]pub struct allocExtDesc {
pub tag: udf_tag_t,
pub previous_alloc_ext_loc: udf_Uint32_t,
pub i_alloc_descs: udf_Uint32_t,
}Fields
tag: udf_tag_tprevious_alloc_ext_loc: udf_Uint32_ti_alloc_descs: udf_Uint32_tAuto Trait Implementations
impl RefUnwindSafe for allocExtDesc
impl Send for allocExtDesc
impl Sync for allocExtDesc
impl Unpin for allocExtDesc
impl UnwindSafe for allocExtDesc
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