pub enum UefiVsmConfigHandleKind {}Expand description
Resource kind for the platform VSM configuration callbacks.
Trait Implementations§
Source§impl CanResolveTo<ResolvedUefiVsmConfig> for UefiVsmConfigHandleKind
impl CanResolveTo<ResolvedUefiVsmConfig> for UefiVsmConfigHandleKind
Auto Trait Implementations§
impl Freeze for UefiVsmConfigHandleKind
impl RefUnwindSafe for UefiVsmConfigHandleKind
impl Send for UefiVsmConfigHandleKind
impl Sync for UefiVsmConfigHandleKind
impl Unpin for UefiVsmConfigHandleKind
impl UnsafeUnpin for UefiVsmConfigHandleKind
impl UnwindSafe for UefiVsmConfigHandleKind
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