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