Struct sap_scripting::types::GuiContainer
source · pub struct GuiContainer { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiContainer
impl From<IDispatch> for GuiContainer
source§impl GuiComponent_Impl<GuiContainer> for GuiContainer
impl GuiComponent_Impl<GuiContainer> for GuiContainer
source§impl GuiContainer_Impl<GuiContainer> for GuiContainer
impl GuiContainer_Impl<GuiContainer> for GuiContainer
fn children(&self) -> Result<GuiComponentCollection>
fn find_by_id(&self, p0: String) -> Result<SAPComponent>
source§impl HasIDispatch<GuiContainer> for GuiContainer
impl HasIDispatch<GuiContainer> for GuiContainer
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 GuiContainer
impl !Send for GuiContainer
impl !Sync for GuiContainer
impl Unpin for GuiContainer
impl UnwindSafe for GuiContainer
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