pub struct CopperlaceProcessorResult { /* private fields */ }Expand description
Opaque C ABI result handle passed to custom processor callbacks.
Auto Trait Implementations§
impl Freeze for CopperlaceProcessorResult
impl RefUnwindSafe for CopperlaceProcessorResult
impl Send for CopperlaceProcessorResult
impl Sync for CopperlaceProcessorResult
impl Unpin for CopperlaceProcessorResult
impl UnsafeUnpin for CopperlaceProcessorResult
impl UnwindSafe for CopperlaceProcessorResult
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