pub struct CudaCtx {
pub ctx: u64,
pub stream: u64,
}Fields§
§ctx: u64§stream: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaCtx
impl RefUnwindSafe for CudaCtx
impl Send for CudaCtx
impl Sync for CudaCtx
impl Unpin for CudaCtx
impl UnwindSafe for CudaCtx
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