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