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