Lines Matching defs:Sealed
539 pub trait Sealed {}
541 impl<C: ClockSource> Sealed for super::AbsoluteMode<C> {}
542 impl<C: ClockSource> Sealed for super::RelativeMode<C> {}
543 impl<C: ClockSource> Sealed for super::AbsolutePinnedMode<C> {}
544 impl<C: ClockSource> Sealed for super::RelativePinnedMode<C> {}
545 impl<C: ClockSource> Sealed for super::AbsoluteSoftMode<C> {}
546 impl<C: ClockSource> Sealed for super::RelativeSoftMode<C> {}
547 impl<C: ClockSource> Sealed for super::AbsolutePinnedSoftMode<C> {}
548 impl<C: ClockSource> Sealed for super::RelativePinnedSoftMode<C> {}
549 impl<C: ClockSource> Sealed for super::AbsoluteHardMode<C> {}
550 impl<C: ClockSource> Sealed for super::RelativeHardMode<C> {}
551 impl<C: ClockSource> Sealed for super::AbsolutePinnedHardMode<C> {}
552 impl<C: ClockSource> Sealed for super::RelativePinnedHardMode<C> {}
556 pub trait HrTimerMode: private::Sealed {