#[repr(C, packed(1))]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_t
§previous_alloc_ext_loc: udf_Uint32_t
§i_alloc_descs: udf_Uint32_t
Trait Implementations§
Source§impl Clone for allocExtDesc
impl Clone for allocExtDesc
Source§fn clone(&self) -> allocExtDesc
fn clone(&self) -> allocExtDesc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for allocExtDesc
impl Debug for allocExtDesc
impl Copy for allocExtDesc
Auto Trait Implementations§
impl Freeze for allocExtDesc
impl RefUnwindSafe for allocExtDesc
impl Send for allocExtDesc
impl Sync for allocExtDesc
impl Unpin for allocExtDesc
impl UnwindSafe for allocExtDesc
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