pub struct ChangeableForward(/* private fields */);
Implementations§
Source§impl ChangeableForward
impl ChangeableForward
pub fn get_function_count(&self) -> u32
pub fn add_function(&mut self, func: &mut IPluginFunction<'_>)
pub fn remove_function(&mut self, func: &mut IPluginFunction<'_>)
Trait Implementations§
Source§impl Debug for ChangeableForward
impl Debug for ChangeableForward
Source§impl Drop for ChangeableForward
impl Drop for ChangeableForward
Source§impl Executable for ChangeableForward
impl Executable for ChangeableForward
Auto Trait Implementations§
impl Freeze for ChangeableForward
impl RefUnwindSafe for ChangeableForward
impl !Send for ChangeableForward
impl !Sync for ChangeableForward
impl Unpin for ChangeableForward
impl UnwindSafe for ChangeableForward
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