pub struct ILowerer<'m, A: Allocatable, MV> {
pub writer: MemoryWriter<'m, A, MV>,
}Fields
writer: MemoryWriter<'m, A, MV>Implementations
sourceimpl<'m, A: Allocatable, MV: for<'a> SequentialMemoryView<'a>> ILowerer<'m, A, MV>
impl<'m, A: Allocatable, MV: for<'a> SequentialMemoryView<'a>> ILowerer<'m, A, MV>
Auto Trait Implementations
impl<'m, A, MV> RefUnwindSafe for ILowerer<'m, A, MV> where
A: RefUnwindSafe,
MV: RefUnwindSafe,
impl<'m, A, MV> Send for ILowerer<'m, A, MV> where
A: Sync,
MV: Send,
impl<'m, A, MV> Sync for ILowerer<'m, A, MV> where
A: Sync,
MV: Sync,
impl<'m, A, MV> Unpin for ILowerer<'m, A, MV> where
MV: Unpin,
impl<'m, A, MV> UnwindSafe for ILowerer<'m, A, MV> where
A: RefUnwindSafe,
MV: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more