Struct kea_hal::init_state::Enabled [−][src]
pub struct Enabled<T = ()>(pub T);
Expand description
Indicates peripheral is enabled
Auto Trait Implementations
impl<T> Send for Enabled<T> where
T: Send,
T: Send,
impl<T> Sync for Enabled<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Enabled<T> where
T: Unpin,
T: Unpin,