[−][src]Struct sm_ext::IChangeableForward
Methods
impl IChangeableForward[src]
pub fn get_function_count(&self) -> u32[src]
pub fn add_function(&self, func: &IPluginFunction)[src]
pub fn remove_function(&self, func: &IPluginFunction)[src]
Trait Implementations
impl Debug for IChangeableForward[src]
impl Drop for IChangeableForward[src]
impl ExecutableApi for IChangeableForward[src]
fn execute(&self) -> Result<cell_t, SPError>[src]
fn push<T: CallableParam>(&self, param: T) -> Result<(), SPError>[src]
impl ICallableApi for IChangeableForward[src]
Auto Trait Implementations
impl RefUnwindSafe for IChangeableForward
impl !Send for IChangeableForward
impl !Sync for IChangeableForward
impl Unpin for IChangeableForward
impl UnwindSafe for IChangeableForward
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<'_, T, U> TryFromPlugin<'_, T> for U where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
fn try_from_plugin(
&IPluginContext,
T
) -> Result<U, <U as TryFromPlugin<'_, T>>::Error>[src]
&IPluginContext,
T
) -> Result<U, <U as TryFromPlugin<'_, T>>::Error>
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<'a, T, U> TryIntoPlugin<'a, U> for T where
U: TryFromPlugin<'a, T>, [src]
U: TryFromPlugin<'a, T>,
type Error = <U as TryFromPlugin<'a, T>>::Error
fn try_into_plugin(
Self,
&'a IPluginContext
) -> Result<U, <U as TryFromPlugin<'a, T>>::Error>[src]
Self,
&'a IPluginContext
) -> Result<U, <U as TryFromPlugin<'a, T>>::Error>