pub struct GuiComboBoxEntry { /* private fields */ }Trait Implementations§
Source§impl From<IDispatch> for GuiComboBoxEntry
impl From<IDispatch> for GuiComboBoxEntry
Source§impl HasIDispatch for GuiComboBoxEntry
impl HasIDispatch for GuiComboBoxEntry
Source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Source§impl HasSAPType for GuiComboBoxEntry
impl HasSAPType for GuiComboBoxEntry
Source§impl VariantTypeExt<'_, GuiComboBoxEntry> for VARIANT
impl VariantTypeExt<'_, GuiComboBoxEntry> for VARIANT
Source§fn variant_from(value: GuiComboBoxEntry) -> VARIANT
fn variant_from(value: GuiComboBoxEntry) -> VARIANT
Convert from a type T into a
VARIANT.Source§fn variant_into(&self) -> Result<GuiComboBoxEntry>
fn variant_into(&self) -> Result<GuiComboBoxEntry>
Convert from a
VARIANT into a type, T.Auto Trait Implementations§
impl !Send for GuiComboBoxEntry
impl !Sync for GuiComboBoxEntry
impl Freeze for GuiComboBoxEntry
impl RefUnwindSafe for GuiComboBoxEntry
impl Unpin for GuiComboBoxEntry
impl UnsafeUnpin for GuiComboBoxEntry
impl UnwindSafe for GuiComboBoxEntry
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