pub struct GuiTableColumn { /* private fields */ }
Trait Implementations§
Source§impl From<IDispatch> for GuiTableColumn
impl From<IDispatch> for GuiTableColumn
Source§impl GuiTableColumn_Impl for GuiTableColumn
impl GuiTableColumn_Impl for GuiTableColumn
Source§impl HasIDispatch for GuiTableColumn
impl HasIDispatch 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 Freeze for GuiTableColumn
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