pub struct WorkerDescriptor<P: Worker> { /* private fields */ }Expand description
Raw wrapper of the Worker extension.
This is a marker type that has the required external methods for the extension.
Trait Implementations§
Source§impl<P: Worker> ExtensionDescriptor for WorkerDescriptor<P>
impl<P: Worker> ExtensionDescriptor for WorkerDescriptor<P>
const INTERFACE: &'static LV2_Worker_Interface
type ExtensionInterface = LV2_Worker_Interface
Auto Trait Implementations§
impl<P> Freeze for WorkerDescriptor<P>
impl<P> RefUnwindSafe for WorkerDescriptor<P>where
P: RefUnwindSafe,
impl<P> Send for WorkerDescriptor<P>
impl<P> Sync for WorkerDescriptor<P>
impl<P> Unpin for WorkerDescriptor<P>where
P: Unpin,
impl<P> UnwindSafe for WorkerDescriptor<P>where
P: UnwindSafe,
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