Searched defs:Regulator (Results 1 – 1 of 1) sorted by relevance
239 pub struct Regulator<State> struct247 impl<T: RegulatorState> Regulator<T> { impl297 impl Regulator<Disabled> { impl322 impl Regulator<Enabled> { implementation351 impl<T: IsEnabled> Regulator<T> { impl359 impl<T: RegulatorState> Drop for Regulator<T> { implementation375 unsafe impl<T: RegulatorState> Send for Regulator<T> {} implementation379 unsafe impl<T: RegulatorState> Sync for Regulator<T> {} implementation