#[non_exhaustive]pub struct EtmConfiguredChannel<'a, E, T, const C: u8>where
E: EtmEvent,
T: EtmTask,{ /* private fields */ }
Expand description
A readily configured channel
The channel is enabled and event and task are configured.
Trait Implementations§
Auto Trait Implementations§
impl<'a, E, T, const C: u8> Freeze for EtmConfiguredChannel<'a, E, T, C>
impl<'a, E, T, const C: u8> RefUnwindSafe for EtmConfiguredChannel<'a, E, T, C>where
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, E, T, const C: u8> Send for EtmConfiguredChannel<'a, E, T, C>
impl<'a, E, T, const C: u8> Sync for EtmConfiguredChannel<'a, E, T, C>
impl<'a, E, T, const C: u8> Unpin for EtmConfiguredChannel<'a, E, T, C>
impl<'a, E, T, const C: u8> UnwindSafe for EtmConfiguredChannel<'a, E, T, C>where
E: RefUnwindSafe,
T: RefUnwindSafe,
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