pub struct PlatformSink;Expand description
The default sink: forwards to nros_platform_log_write.
Zero-sized. Threading + ISR safety inherit from the linked
nros-platform-<rtos> impl — see the table in
docs/roadmap/archived/phase-88-nros-log.md.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlatformSink
impl RefUnwindSafe for PlatformSink
impl Send for PlatformSink
impl Sync for PlatformSink
impl Unpin for PlatformSink
impl UnsafeUnpin for PlatformSink
impl UnwindSafe for PlatformSink
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