pub struct SetupErrorInfo { /* private fields */ }Implementations§
Source§impl SetupErrorInfo
impl SetupErrorInfo
pub fn GetErrorHResult(&self) -> Result<HRESULT, HRESULT>
pub fn GetErrorClassName(&self) -> Result<BSTR, HRESULT>
pub fn GetErrorMessage(&self) -> Result<BSTR, HRESULT>
Auto Trait Implementations§
impl Freeze for SetupErrorInfo
impl RefUnwindSafe for SetupErrorInfo
impl !Send for SetupErrorInfo
impl !Sync for SetupErrorInfo
impl Unpin for SetupErrorInfo
impl UnsafeUnpin for SetupErrorInfo
impl UnwindSafe for SetupErrorInfo
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