Union rcudnn::cudaKernelNodeAttrValue
source · #[repr(C)]
pub union cudaKernelNodeAttrValue {
pub accessPolicyWindow: cudaAccessPolicyWindow,
pub cooperative: i32,
pub priority: i32,
}
Fields§
§accessPolicyWindow: cudaAccessPolicyWindow
§cooperative: i32
§priority: i32
Trait Implementations§
source§impl Clone for cudaKernelNodeAttrValue
impl Clone for cudaKernelNodeAttrValue
source§fn clone(&self) -> cudaKernelNodeAttrValue
fn clone(&self) -> cudaKernelNodeAttrValue
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 moreimpl Copy for cudaKernelNodeAttrValue
Auto Trait Implementations§
impl RefUnwindSafe for cudaKernelNodeAttrValue
impl !Send for cudaKernelNodeAttrValue
impl !Sync for cudaKernelNodeAttrValue
impl Unpin for cudaKernelNodeAttrValue
impl UnwindSafe for cudaKernelNodeAttrValue
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