#[repr(C)]pub struct SeggerRttBuffer<'a> {
pub buffer: *const VolatileCell<u8>,
pub length: u32,
pub write_position: VolatileCell<u32>,
/* private fields */
}
Fields§
§buffer: *const VolatileCell<u8>
§length: u32
§write_position: VolatileCell<u32>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for SeggerRttBuffer<'a>
impl<'a> !RefUnwindSafe for SeggerRttBuffer<'a>
impl<'a> !Send for SeggerRttBuffer<'a>
impl<'a> !Sync for SeggerRttBuffer<'a>
impl<'a> Unpin for SeggerRttBuffer<'a>
impl<'a> !UnwindSafe for SeggerRttBuffer<'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