pub struct StaticWatchdogPlatformResolver(/* private fields */);Expand description
A static platform resolver that serves a pre-built watchdog platform.
Implementations§
Source§impl StaticWatchdogPlatformResolver
impl StaticWatchdogPlatformResolver
pub fn new(platform: Box<dyn WatchdogPlatform>) -> Self
Trait Implementations§
Source§impl ResolveResource<WatchdogPlatformHandleKind, PlatformResource> for StaticWatchdogPlatformResolver
impl ResolveResource<WatchdogPlatformHandleKind, PlatformResource> for StaticWatchdogPlatformResolver
Auto Trait Implementations§
impl !Freeze for StaticWatchdogPlatformResolver
impl !RefUnwindSafe for StaticWatchdogPlatformResolver
impl Send for StaticWatchdogPlatformResolver
impl Sync for StaticWatchdogPlatformResolver
impl Unpin for StaticWatchdogPlatformResolver
impl UnsafeUnpin for StaticWatchdogPlatformResolver
impl !UnwindSafe for StaticWatchdogPlatformResolver
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more