#[repr(C, align(8))]pub struct cudaLaunchAttributeValue {
pub raw: [u8; 64],
}Expand description
cudaLaunchAttributeValue — 64-byte union payload.
Fields§
§raw: [u8; 64]Implementations§
Trait Implementations§
Source§impl Clone for cudaLaunchAttributeValue
impl Clone for cudaLaunchAttributeValue
Source§fn clone(&self) -> cudaLaunchAttributeValue
fn clone(&self) -> cudaLaunchAttributeValue
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 cudaLaunchAttributeValue
impl Debug for cudaLaunchAttributeValue
Source§impl Default for cudaLaunchAttributeValue
impl Default for cudaLaunchAttributeValue
impl Copy for cudaLaunchAttributeValue
Auto Trait Implementations§
impl Freeze for cudaLaunchAttributeValue
impl RefUnwindSafe for cudaLaunchAttributeValue
impl Send for cudaLaunchAttributeValue
impl Sync for cudaLaunchAttributeValue
impl Unpin for cudaLaunchAttributeValue
impl UnsafeUnpin for cudaLaunchAttributeValue
impl UnwindSafe for cudaLaunchAttributeValue
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