#[repr(C)]pub struct TemplatizerPlugin {
pub init: extern "C" fn(data: *mut Context, cb: *const TemplatizerCallbacks) -> isize,
pub quit: extern "C" fn(),
}Fields§
§init: extern "C" fn(data: *mut Context, cb: *const TemplatizerCallbacks) -> isize§quit: extern "C" fn()Auto Trait Implementations§
impl Freeze for TemplatizerPlugin
impl RefUnwindSafe for TemplatizerPlugin
impl Send for TemplatizerPlugin
impl Sync for TemplatizerPlugin
impl Unpin for TemplatizerPlugin
impl UnwindSafe for TemplatizerPlugin
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