pub struct SAPWrapper { /* private fields */ }
Expand description
A wrapper over the SAP scripting engine, equivalent to CSapROTWrapper.
Implementations§
Source§impl SAPWrapper
impl SAPWrapper
Sourcepub fn scripting_engine(&self) -> Result<GuiApplication>
pub fn scripting_engine(&self) -> Result<GuiApplication>
Get the Scripting Engine object from this wrapper.
Auto Trait Implementations§
impl Freeze for SAPWrapper
impl RefUnwindSafe for SAPWrapper
impl !Send for SAPWrapper
impl !Sync for SAPWrapper
impl Unpin for SAPWrapper
impl UnwindSafe for SAPWrapper
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