pub struct ReadUpgradeMemory<'a, M> { /* private fields */ }Expand description
包装升级内存
Implementations§
Auto Trait Implementations§
impl<'a, M> Freeze for ReadUpgradeMemory<'a, M>
impl<'a, M> RefUnwindSafe for ReadUpgradeMemory<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for ReadUpgradeMemory<'a, M>where
M: Sync,
impl<'a, M> Sync for ReadUpgradeMemory<'a, M>where
M: Sync,
impl<'a, M> Unpin for ReadUpgradeMemory<'a, M>
impl<'a, M> UnsafeUnpin for ReadUpgradeMemory<'a, M>
impl<'a, M> UnwindSafe for ReadUpgradeMemory<'a, M>where
M: RefUnwindSafe,
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