#[repr(C, align(8))]pub struct HierarchicalAllocator {
pub _bindgen_opaque_blob: [u64; 34],
}Fields§
§_bindgen_opaque_blob: [u64; 34]Trait Implementations§
Source§impl ExternType for HierarchicalAllocator
Available on crate features module and std only.
impl ExternType for HierarchicalAllocator
Available on crate features
module and std only.Auto Trait Implementations§
impl Freeze for HierarchicalAllocator
impl RefUnwindSafe for HierarchicalAllocator
impl Send for HierarchicalAllocator
impl Sync for HierarchicalAllocator
impl Unpin for HierarchicalAllocator
impl UnwindSafe for HierarchicalAllocator
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