pub struct GuiScrollbar { /* private fields */ }
Trait Implementations§
Source§impl From<IDispatch> for GuiScrollbar
impl From<IDispatch> for GuiScrollbar
Source§impl GuiScrollbarExt for GuiScrollbar
impl GuiScrollbarExt for GuiScrollbar
Source§impl HasIDispatch for GuiScrollbar
impl HasIDispatch for GuiScrollbar
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 GuiScrollbar
impl HasSAPType for GuiScrollbar
Source§impl VariantTypeExt<'_, GuiScrollbar> for VARIANT
impl VariantTypeExt<'_, GuiScrollbar> for VARIANT
Source§fn variant_from(value: GuiScrollbar) -> VARIANT
fn variant_from(value: GuiScrollbar) -> VARIANT
Convert from a type T into a
VARIANT
.Source§fn variant_into(&self) -> Result<GuiScrollbar>
fn variant_into(&self) -> Result<GuiScrollbar>
Convert from a
VARIANT
into a type, T.Auto Trait Implementations§
impl Freeze for GuiScrollbar
impl RefUnwindSafe for GuiScrollbar
impl !Send for GuiScrollbar
impl !Sync for GuiScrollbar
impl Unpin for GuiScrollbar
impl UnwindSafe for GuiScrollbar
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