Struct sap_scripting::types::GuiComboBoxEntry
source · pub struct GuiComboBoxEntry { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiComboBoxEntry
impl From<IDispatch> for GuiComboBoxEntry
source§impl HasIDispatch<GuiComboBoxEntry> for GuiComboBoxEntry
impl HasIDispatch<GuiComboBoxEntry> for GuiComboBoxEntry
source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Auto Trait Implementations§
impl RefUnwindSafe for GuiComboBoxEntry
impl !Send for GuiComboBoxEntry
impl !Sync for GuiComboBoxEntry
impl Unpin 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