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