pub type SharedCompositionState = Arc<Mutex<CompositionState>>;Expand description
Shared thread-safe handle to the composition state.
Aliased Typeยง
pub struct SharedCompositionState { /* private fields */ }pub type SharedCompositionState = Arc<Mutex<CompositionState>>;Shared thread-safe handle to the composition state.
pub struct SharedCompositionState { /* private fields */ }