#[repr(u32)]pub enum cudaDeviceNumaConfig {
cudaDeviceNumaConfigNone = 0,
cudaDeviceNumaConfigNumaNode = 1,
}Variants§
Trait Implementations§
Source§impl Clone for cudaDeviceNumaConfig
impl Clone for cudaDeviceNumaConfig
Source§fn clone(&self) -> cudaDeviceNumaConfig
fn clone(&self) -> cudaDeviceNumaConfig
Returns a duplicate 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 cudaDeviceNumaConfig
impl Debug for cudaDeviceNumaConfig
Source§impl Hash for cudaDeviceNumaConfig
impl Hash for cudaDeviceNumaConfig
Source§impl Ord for cudaDeviceNumaConfig
impl Ord for cudaDeviceNumaConfig
Source§fn cmp(&self, other: &cudaDeviceNumaConfig) -> Ordering
fn cmp(&self, other: &cudaDeviceNumaConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cudaDeviceNumaConfig
impl PartialEq for cudaDeviceNumaConfig
Source§impl PartialOrd for cudaDeviceNumaConfig
impl PartialOrd for cudaDeviceNumaConfig
impl Copy for cudaDeviceNumaConfig
impl Eq for cudaDeviceNumaConfig
impl StructuralPartialEq for cudaDeviceNumaConfig
Auto Trait Implementations§
impl Freeze for cudaDeviceNumaConfig
impl RefUnwindSafe for cudaDeviceNumaConfig
impl Send for cudaDeviceNumaConfig
impl Sync for cudaDeviceNumaConfig
impl Unpin for cudaDeviceNumaConfig
impl UnsafeUnpin for cudaDeviceNumaConfig
impl UnwindSafe for cudaDeviceNumaConfig
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