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