pub struct ResolvedUefiVsmConfig(pub Box<dyn VsmConfig>);Expand description
Resolved VSM configuration callbacks.
Tuple Fields§
§0: Box<dyn VsmConfig>Trait Implementations§
Source§impl CanResolveTo<ResolvedUefiVsmConfig> for UefiVsmConfigHandleKind
impl CanResolveTo<ResolvedUefiVsmConfig> for UefiVsmConfigHandleKind
Auto Trait Implementations§
impl Freeze for ResolvedUefiVsmConfig
impl !RefUnwindSafe for ResolvedUefiVsmConfig
impl Send for ResolvedUefiVsmConfig
impl !Sync for ResolvedUefiVsmConfig
impl Unpin for ResolvedUefiVsmConfig
impl UnsafeUnpin for ResolvedUefiVsmConfig
impl !UnwindSafe for ResolvedUefiVsmConfig
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