pub struct GuiTableRow { /* private fields */ }Trait Implementations§
Source§impl From<IDispatch> for GuiTableRow
impl From<IDispatch> for GuiTableRow
Source§impl GuiTableRowExt for GuiTableRow
impl GuiTableRowExt for GuiTableRow
Source§impl HasIDispatch for GuiTableRow
impl HasIDispatch for GuiTableRow
Source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Source§impl IsA<GuiComponentCollection> for GuiTableRow
impl IsA<GuiComponentCollection> for GuiTableRow
Source§fn upcast(&self) -> GuiComponentCollection
fn upcast(&self) -> GuiComponentCollection
Upcast this value to it’s parent type.
Source§impl VariantTypeExt<'_, GuiTableRow> for VARIANT
impl VariantTypeExt<'_, GuiTableRow> for VARIANT
Source§fn variant_from(value: GuiTableRow) -> VARIANT
fn variant_from(value: GuiTableRow) -> VARIANT
Convert from a type T into a
VARIANT.Source§fn variant_into(&self) -> Result<GuiTableRow>
fn variant_into(&self) -> Result<GuiTableRow>
Convert from a
VARIANT into a type, T.Auto Trait Implementations§
impl !Send for GuiTableRow
impl !Sync for GuiTableRow
impl Freeze for GuiTableRow
impl RefUnwindSafe for GuiTableRow
impl Unpin for GuiTableRow
impl UnsafeUnpin 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