Struct sap_scripting::types::GuiScrollbar
source · pub struct GuiScrollbar { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiScrollbar
impl From<IDispatch> for GuiScrollbar
source§impl GuiScrollbar_Impl<GuiScrollbar> for GuiScrollbar
impl GuiScrollbar_Impl<GuiScrollbar> for GuiScrollbar
source§impl HasIDispatch<GuiScrollbar> for GuiScrollbar
impl HasIDispatch<GuiScrollbar> for GuiScrollbar
source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Auto Trait Implementations§
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