Struct web_rwkv::context::ContextInner
source · pub struct ContextInner {
pub id: ContextId,
pub adapter: Adapter,
pub device: Device,
pub queue: Queue,
/* private fields */
}Fields§
§id: ContextId§adapter: Adapter§device: Device§queue: QueueTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ContextInner
impl Send for ContextInner
impl Sync for ContextInner
impl Unpin for ContextInner
impl !UnwindSafe for ContextInner
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