#[repr(C)]pub struct cudaLaunchAttribute {
pub id: c_int,
pub _pad: c_int,
pub val: cudaLaunchAttributeValue,
}Expand description
cudaLaunchAttribute — paired ID + value entry.
Fields§
§id: c_int§_pad: c_int§val: cudaLaunchAttributeValueTrait Implementations§
Source§impl Clone for cudaLaunchAttribute
impl Clone for cudaLaunchAttribute
Source§fn clone(&self) -> cudaLaunchAttribute
fn clone(&self) -> cudaLaunchAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 cudaLaunchAttribute
impl Debug for cudaLaunchAttribute
impl Copy for cudaLaunchAttribute
Auto Trait Implementations§
impl Freeze for cudaLaunchAttribute
impl RefUnwindSafe for cudaLaunchAttribute
impl Send for cudaLaunchAttribute
impl Sync for cudaLaunchAttribute
impl Unpin for cudaLaunchAttribute
impl UnsafeUnpin for cudaLaunchAttribute
impl UnwindSafe for cudaLaunchAttribute
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