Struct kn_cuda_sys::wrapper::handle::CudaDeviceNotAvailable
source · pub struct CudaDeviceNotAvailable;Trait Implementations§
source§impl Clone for CudaDeviceNotAvailable
impl Clone for CudaDeviceNotAvailable
source§fn clone(&self) -> CudaDeviceNotAvailable
fn clone(&self) -> CudaDeviceNotAvailable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CudaDeviceNotAvailable
impl Debug for CudaDeviceNotAvailable
source§impl Hash for CudaDeviceNotAvailable
impl Hash for CudaDeviceNotAvailable
source§impl PartialEq for CudaDeviceNotAvailable
impl PartialEq for CudaDeviceNotAvailable
source§fn eq(&self, other: &CudaDeviceNotAvailable) -> bool
fn eq(&self, other: &CudaDeviceNotAvailable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CudaDeviceNotAvailable
impl Eq for CudaDeviceNotAvailable
impl StructuralPartialEq for CudaDeviceNotAvailable
Auto Trait Implementations§
impl RefUnwindSafe for CudaDeviceNotAvailable
impl Send for CudaDeviceNotAvailable
impl Sync for CudaDeviceNotAvailable
impl Unpin for CudaDeviceNotAvailable
impl UnwindSafe for CudaDeviceNotAvailable
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