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