Union hip_sys::hiprt::hipKernelNodeAttrValue
source · #[repr(C)]
pub union hipKernelNodeAttrValue {
pub accessPolicyWindow: hipAccessPolicyWindow,
pub cooperative: i32,
}Fields§
§accessPolicyWindow: hipAccessPolicyWindow§cooperative: i32Trait Implementations§
source§impl Clone for hipKernelNodeAttrValue
impl Clone for hipKernelNodeAttrValue
source§fn clone(&self) -> hipKernelNodeAttrValue
fn clone(&self) -> hipKernelNodeAttrValue
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 Default for hipKernelNodeAttrValue
impl Default for hipKernelNodeAttrValue
source§fn default() -> hipKernelNodeAttrValue
fn default() -> hipKernelNodeAttrValue
Returns the “default value” for a type. Read more
impl Copy for hipKernelNodeAttrValue
Auto Trait Implementations§
impl RefUnwindSafe for hipKernelNodeAttrValue
impl !Send for hipKernelNodeAttrValue
impl !Sync for hipKernelNodeAttrValue
impl Unpin for hipKernelNodeAttrValue
impl UnwindSafe for hipKernelNodeAttrValue
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