pub enum BuiltClContext {
Context(ClContext),
ContextWithDevices(ClContext, Vec<ClDeviceID>),
}
Variants§
Auto Trait Implementations§
impl Freeze for BuiltClContext
impl RefUnwindSafe for BuiltClContext
impl !Send for BuiltClContext
impl !Sync for BuiltClContext
impl Unpin for BuiltClContext
impl UnwindSafe for BuiltClContext
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