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