Trait esp32_hal::prelude::TupleExt06 [−]
pub trait TupleExt06 { type T1; type T2; type T3; type T4; type T5; type T6; fn lock<R>(
&mut self,
f: impl FnOnce(&mut Self::T1, &mut Self::T2, &mut Self::T3, &mut Self::T4, &mut Self::T5, &mut Self::T6) -> R
) -> R; }
Expand description
Auto-generated tuple implementation, see Mutex
for details.
Associated Types
type T1
type T1
Data protected by the mutex.
type T2
type T2
Data protected by the mutex.
type T3
type T3
Data protected by the mutex.
type T4
type T4
Data protected by the mutex.
type T5
type T5
Data protected by the mutex.
type T6
type T6
Data protected by the mutex.