#[repr(C)]pub struct _heapinfo {
pub _pentry: *mut c_int,
pub _size: usize,
pub _useflag: c_int,
}
Fields§
§_pentry: *mut c_int
§_size: usize
§_useflag: c_int
Trait Implementations§
Source§impl Ord for _heapinfo
impl Ord for _heapinfo
Source§impl PartialOrd for _heapinfo
impl PartialOrd for _heapinfo
impl Copy for _heapinfo
impl Eq for _heapinfo
impl StructuralPartialEq for _heapinfo
Auto Trait Implementations§
impl Freeze for _heapinfo
impl RefUnwindSafe for _heapinfo
impl !Send for _heapinfo
impl !Sync for _heapinfo
impl Unpin for _heapinfo
impl UnwindSafe for _heapinfo
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