pub struct OperatorWrapper<O: FFIOperator> { /* private fields */ }Expand description
Wrapper that adapts a Rust operator to the FFI interface
Implementations§
Auto Trait Implementations§
impl<O> !Freeze for OperatorWrapper<O>
impl<O> !RefUnwindSafe for OperatorWrapper<O>
impl<O> Send for OperatorWrapper<O>
impl<O> !Sync for OperatorWrapper<O>
impl<O> Unpin for OperatorWrapper<O>where
O: Unpin,
impl<O> UnwindSafe for OperatorWrapper<O>
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