[][src]Struct mextk_sys::HSD_ObjAllocData

#[repr(C)]pub struct HSD_ObjAllocData {
    pub flags: u32_,
    pub freehead: *mut c_void,
    pub used: u32_,
    pub free: u32_,
    pub peak: u32_,
    pub num_limit: u32_,
    pub heap_limit_size: u32_,
    pub heap_limit_num: u32_,
    pub size: u32_,
    pub align: u32_,
    pub next: *mut HSD_ObjAllocData,
}

Structs

Fields

flags: u32_freehead: *mut c_voidused: u32_free: u32_peak: u32_num_limit: u32_heap_limit_size: u32_heap_limit_num: u32_size: u32_align: u32_next: *mut HSD_ObjAllocData

Trait Implementations

impl Clone for HSD_ObjAllocData[src]

impl Copy for HSD_ObjAllocData[src]

impl Debug for HSD_ObjAllocData[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.