#[non_exhaustive]pub struct GpioEtmTaskClear<'d, PIN, const C: u8> { /* private fields */ }
Expand description
Task for clear operation
Auto Trait Implementations§
impl<'d, PIN, const C: u8> Freeze for GpioEtmTaskClear<'d, PIN, C>where
PIN: Freeze,
impl<'d, PIN, const C: u8> RefUnwindSafe for GpioEtmTaskClear<'d, PIN, C>where
PIN: RefUnwindSafe,
impl<'d, PIN, const C: u8> Send for GpioEtmTaskClear<'d, PIN, C>where
PIN: Send,
impl<'d, PIN, const C: u8> Sync for GpioEtmTaskClear<'d, PIN, C>where
PIN: Sync,
impl<'d, PIN, const C: u8> Unpin for GpioEtmTaskClear<'d, PIN, C>where
PIN: Unpin,
impl<'d, PIN, const C: u8> !UnwindSafe for GpioEtmTaskClear<'d, PIN, C>
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