Searched defs:Regulator (Results 1 – 1 of 1) sorted by relevance
239 pub struct Regulator<State> global() struct 247 impl<T: RegulatorState> Regulator<T> { global() implementation 297 impl Regulator<Disabled> { global() implementation 322 impl Regulator<Enabled> { global() implementation 351 impl<T: IsEnabled> Regulator<T> { global() implementation 359 impl<T: RegulatorState> Drop for Regulator<T> { global() implementation 375 unsafe impl<T: RegulatorState> Send for Regulator<T> {} global() implementation 379 unsafe impl<T: RegulatorState> Sync for Regulator<T> {} global() implementation [all...]