pub struct ComInterfaceVariant {
pub type_system: ModelTypeSystem,
pub iid: GUID,
pub methods: Vec<ComMethodInfo>,
}
Fields§
§type_system: ModelTypeSystem
§iid: GUID
§methods: Vec<ComMethodInfo>
Trait Implementations§
Source§impl Debug for ComInterfaceVariant
impl Debug for ComInterfaceVariant
Source§impl PartialEq for ComInterfaceVariant
impl PartialEq for ComInterfaceVariant
impl StructuralPartialEq for ComInterfaceVariant
Auto Trait Implementations§
impl Freeze for ComInterfaceVariant
impl !RefUnwindSafe for ComInterfaceVariant
impl !Send for ComInterfaceVariant
impl !Sync for ComInterfaceVariant
impl Unpin for ComInterfaceVariant
impl !UnwindSafe for ComInterfaceVariant
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