Enum rcudnn_sys::cudaKernelNodeAttrID
source · #[non_exhaustive]#[repr(u32)]pub enum cudaKernelNodeAttrID {
cudaKernelNodeAttributeAccessPolicyWindow = 1,
cudaKernelNodeAttributeCooperative = 2,
cudaKernelNodeAttributePriority = 8,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
cudaKernelNodeAttributeAccessPolicyWindow = 1
cudaKernelNodeAttributeCooperative = 2
cudaKernelNodeAttributePriority = 8
Trait Implementations§
source§impl Clone for cudaKernelNodeAttrID
impl Clone for cudaKernelNodeAttrID
source§fn clone(&self) -> cudaKernelNodeAttrID
fn clone(&self) -> cudaKernelNodeAttrID
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 cudaKernelNodeAttrID
impl Debug for cudaKernelNodeAttrID
source§impl Hash for cudaKernelNodeAttrID
impl Hash for cudaKernelNodeAttrID
source§impl PartialEq for cudaKernelNodeAttrID
impl PartialEq for cudaKernelNodeAttrID
source§fn eq(&self, other: &cudaKernelNodeAttrID) -> bool
fn eq(&self, other: &cudaKernelNodeAttrID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for cudaKernelNodeAttrID
impl Eq for cudaKernelNodeAttrID
impl StructuralPartialEq for cudaKernelNodeAttrID
Auto Trait Implementations§
impl RefUnwindSafe for cudaKernelNodeAttrID
impl Send for cudaKernelNodeAttrID
impl Sync for cudaKernelNodeAttrID
impl Unpin for cudaKernelNodeAttrID
impl UnwindSafe for cudaKernelNodeAttrID
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