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