Struct sap_scripting::types::GuiComponentCollection
source · pub struct GuiComponentCollection { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiComponentCollection
impl From<IDispatch> for GuiComponentCollection
source§impl HasIDispatch<GuiComponentCollection> for GuiComponentCollection
impl HasIDispatch<GuiComponentCollection> for GuiComponentCollection
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 GuiComponentCollection
impl !Send for GuiComponentCollection
impl !Sync for GuiComponentCollection
impl Unpin for GuiComponentCollection
impl UnwindSafe for GuiComponentCollection
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