pub struct BoundOperationProvider<'registry, R>where
R: DeviceRuntime,{ /* private fields */ }Expand description
Unforgeable per-node provider authority. Its provider object and plan/node binding are private. Normal bindings borrow the composition registry; immutable plan bindings own the same selected provider object.
Implementations§
Source§impl<R> BoundOperationProvider<'_, R>where
R: DeviceRuntime,
impl<R> BoundOperationProvider<'_, R>where
R: DeviceRuntime,
pub fn descriptor(&self) -> &OperationProviderDescriptor
Auto Trait Implementations§
impl<'registry, R> !RefUnwindSafe for BoundOperationProvider<'registry, R>
impl<'registry, R> !UnwindSafe for BoundOperationProvider<'registry, R>
impl<'registry, R> Freeze for BoundOperationProvider<'registry, R>where
BoundOperationProviderSource<'registry, R>: Freeze,
impl<'registry, R> Send for BoundOperationProvider<'registry, R>where
BoundOperationProviderSource<'registry, R>: Send,
impl<'registry, R> Sync for BoundOperationProvider<'registry, R>where
BoundOperationProviderSource<'registry, R>: Sync,
impl<'registry, R> Unpin for BoundOperationProvider<'registry, R>where
BoundOperationProviderSource<'registry, R>: Unpin,
impl<'registry, R> UnsafeUnpin for BoundOperationProvider<'registry, R>where
BoundOperationProviderSource<'registry, R>: UnsafeUnpin,
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