pub struct SeggerRttMemoryRefs<'a> { /* private fields */ }
Implementations§
Source§impl<'a> SeggerRttMemoryRefs<'a>
impl<'a> SeggerRttMemoryRefs<'a>
pub unsafe fn get_rtt_memory_ptr(&mut self) -> *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