pub enum TlbElem {
ImportLib(String),
Interface(Interface),
Class(Class),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TlbElem
impl Send for TlbElem
impl Sync for TlbElem
impl Unpin for TlbElem
impl UnwindSafe for TlbElem
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