pub struct SeggerRttMemoryRefs<'a> {
pub rtt_memory: &'a mut SeggerRttMemory<'a>,
}
Fields§
§rtt_memory: &'a mut SeggerRttMemory<'a>
Auto Trait Implementations§
impl<'a> Freeze for SeggerRttMemoryRefs<'a>
impl<'a> !RefUnwindSafe for SeggerRttMemoryRefs<'a>
impl<'a> !Send for SeggerRttMemoryRefs<'a>
impl<'a> !Sync for SeggerRttMemoryRefs<'a>
impl<'a> Unpin for SeggerRttMemoryRefs<'a>
impl<'a> !UnwindSafe for SeggerRttMemoryRefs<'a>
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