Searched refs:RegulatorState (Results 1 – 1 of 1) sorted by relevance
36 pub trait RegulatorState: private::Sealed + 'static { interface52 impl RegulatorState for Enabled {56 impl RegulatorState for Disabled {61 pub trait IsEnabled: RegulatorState {}65 pub struct Error<State: RegulatorState> {241 State: RegulatorState,247 impl<T: RegulatorState> Regulator<T> {359 impl<T: RegulatorState> Drop for Regulator<T> {375 unsafe impl<T: RegulatorState> Send for Regulator<T> {}379 unsafe impl<T: RegulatorState> Sync for Regulator<T> {}