pub enum ComError {
NotInitialize(),
ComInstance(String),
NoInterface(String),
NoMethod(String),
ComNotFound(),
PointerAlreadyMapped(),
}Variants§
NotInitialize()
ComInstance(String)
NoInterface(String)
NoMethod(String)
ComNotFound()
PointerAlreadyMapped()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComError
impl RefUnwindSafe for ComError
impl Send for ComError
impl Sync for ComError
impl Unpin for ComError
impl UnwindSafe for ComError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more