#[repr(C)]pub struct cuMemcpyWithAttributesAsync_params_st {
pub dst: CUdeviceptr,
pub src: CUdeviceptr,
pub size: usize,
pub attr: *mut CUmemcpyAttributes,
pub hStream: CUstream,
}Fields§
§dst: CUdeviceptr§src: CUdeviceptr§size: usize§attr: *mut CUmemcpyAttributes§hStream: CUstreamAuto Trait Implementations§
impl Freeze for cuMemcpyWithAttributesAsync_params_st
impl RefUnwindSafe for cuMemcpyWithAttributesAsync_params_st
impl !Send for cuMemcpyWithAttributesAsync_params_st
impl !Sync for cuMemcpyWithAttributesAsync_params_st
impl Unpin for cuMemcpyWithAttributesAsync_params_st
impl UnsafeUnpin for cuMemcpyWithAttributesAsync_params_st
impl UnwindSafe for cuMemcpyWithAttributesAsync_params_st
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