pub enum UefiWatchdogPlatformHandleKind {}Expand description
Resource kind for the UEFI watchdog platform implementation.
Trait Implementations§
Source§impl CanResolveTo<ResolvedUefiWatchdogPlatform> for UefiWatchdogPlatformHandleKind
impl CanResolveTo<ResolvedUefiWatchdogPlatform> for UefiWatchdogPlatformHandleKind
Auto Trait Implementations§
impl Freeze for UefiWatchdogPlatformHandleKind
impl RefUnwindSafe for UefiWatchdogPlatformHandleKind
impl Send for UefiWatchdogPlatformHandleKind
impl Sync for UefiWatchdogPlatformHandleKind
impl Unpin for UefiWatchdogPlatformHandleKind
impl UnsafeUnpin for UefiWatchdogPlatformHandleKind
impl UnwindSafe for UefiWatchdogPlatformHandleKind
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