pub struct Module<D: Dealloc> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for Module<D>
impl<D> RefUnwindSafe for Module<D>
impl<D> !Send for Module<D>
impl<D> !Sync for Module<D>
impl<D> Unpin for Module<D>where
D: Unpin,
impl<D> UnwindSafe for Module<D>
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