Lines Matching refs:Sealed
450 pub trait Sealed {} traits
452 impl<C: ClockSource> Sealed for super::AbsoluteMode<C> {}
453 impl<C: ClockSource> Sealed for super::RelativeMode<C> {}
454 impl<C: ClockSource> Sealed for super::AbsolutePinnedMode<C> {}
455 impl<C: ClockSource> Sealed for super::RelativePinnedMode<C> {}
456 impl<C: ClockSource> Sealed for super::AbsoluteSoftMode<C> {}
457 impl<C: ClockSource> Sealed for super::RelativeSoftMode<C> {}
458 impl<C: ClockSource> Sealed for super::AbsolutePinnedSoftMode<C> {}
459 impl<C: ClockSource> Sealed for super::RelativePinnedSoftMode<C> {}
460 impl<C: ClockSource> Sealed for super::AbsoluteHardMode<C> {}
461 impl<C: ClockSource> Sealed for super::RelativeHardMode<C> {}
462 impl<C: ClockSource> Sealed for super::AbsolutePinnedHardMode<C> {}
463 impl<C: ClockSource> Sealed for super::RelativePinnedHardMode<C> {}
467 pub trait HrTimerMode: private::Sealed {