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