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