pub struct ScopedCudaDevice { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedCudaDevice
impl RefUnwindSafe for ScopedCudaDevice
impl !Send for ScopedCudaDevice
impl !Sync for ScopedCudaDevice
impl Unpin for ScopedCudaDevice
impl UnwindSafe for ScopedCudaDevice
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