#[repr(C)]pub struct DzlHeap {
pub data: *mut c_char,
pub len: size_t,
}Fields§
§data: *mut c_char§len: size_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for DzlHeap
impl RefUnwindSafe for DzlHeap
impl !Send for DzlHeap
impl !Sync for DzlHeap
impl Unpin for DzlHeap
impl UnwindSafe for DzlHeap
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