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