pub struct InputProcFnWrapper { /* private fields */ }Expand description
This type allows us to safely wrap a boxed RenderCallback to use within the input proc.
Auto Trait Implementations§
impl !RefUnwindSafe for InputProcFnWrapper
impl !Send for InputProcFnWrapper
impl !Sync for InputProcFnWrapper
impl !UnwindSafe for InputProcFnWrapper
impl Freeze for InputProcFnWrapper
impl Unpin for InputProcFnWrapper
impl UnsafeUnpin for InputProcFnWrapper
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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