#[repr(C)]pub struct z_heap {
    pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for z_heap
impl RefUnwindSafe for z_heap
impl Send for z_heap
impl Sync for z_heap
impl Unpin for z_heap
impl UnwindSafe for z_heap
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