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