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