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