pub struct MemoryRuntimeApi;Expand description
MemoryRuntimeApi
Implementations§
Source§impl MemoryRuntimeApi
impl MemoryRuntimeApi
Sourcepub fn bootstrap_registry() -> Result<(), Error>
pub fn bootstrap_registry() -> Result<(), Error>
Bootstrap Canic’s reserved stable-memory range and flush deferred registrations.
Auto Trait Implementations§
impl Freeze for MemoryRuntimeApi
impl RefUnwindSafe for MemoryRuntimeApi
impl Send for MemoryRuntimeApi
impl Sync for MemoryRuntimeApi
impl Unpin for MemoryRuntimeApi
impl UnsafeUnpin for MemoryRuntimeApi
impl UnwindSafe for MemoryRuntimeApi
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