#[repr(C)]pub struct ixheaace_mem_info_table {
pub ui_size: UWORD32,
pub ui_alignment: UWORD32,
pub ui_type: UWORD32,
pub mem_ptr: pVOID,
}Fields§
§ui_size: UWORD32§ui_alignment: UWORD32§ui_type: UWORD32§mem_ptr: pVOIDTrait Implementations§
Source§impl Clone for ixheaace_mem_info_table
impl Clone for ixheaace_mem_info_table
Source§fn clone(&self) -> ixheaace_mem_info_table
fn clone(&self) -> ixheaace_mem_info_table
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 ixheaace_mem_info_table
impl Debug for ixheaace_mem_info_table
impl Copy for ixheaace_mem_info_table
Auto Trait Implementations§
impl Freeze for ixheaace_mem_info_table
impl RefUnwindSafe for ixheaace_mem_info_table
impl !Send for ixheaace_mem_info_table
impl !Sync for ixheaace_mem_info_table
impl Unpin for ixheaace_mem_info_table
impl UnsafeUnpin for ixheaace_mem_info_table
impl UnwindSafe for ixheaace_mem_info_table
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