pub struct WriteUpgradeMemory<'a, M> { /* private fields */ }Expand description
包装升级内存
Implementations§
Source§impl<'a, M: Memory> WriteUpgradeMemory<'a, M>
impl<'a, M: Memory> WriteUpgradeMemory<'a, M>
Sourcepub fn new(memory: &'a mut M) -> WriteUpgradeMemory<'a, M>
pub fn new(memory: &'a mut M) -> WriteUpgradeMemory<'a, M>
构造升级对象
Auto Trait Implementations§
impl<'a, M> !UnwindSafe for WriteUpgradeMemory<'a, M>
impl<'a, M> Freeze for WriteUpgradeMemory<'a, M>
impl<'a, M> RefUnwindSafe for WriteUpgradeMemory<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for WriteUpgradeMemory<'a, M>where
M: Send,
impl<'a, M> Sync for WriteUpgradeMemory<'a, M>where
M: Sync,
impl<'a, M> Unpin for WriteUpgradeMemory<'a, M>
impl<'a, M> UnsafeUnpin for WriteUpgradeMemory<'a, M>
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