#[repr(C)]pub struct cuMemFreeAsync_params_st {
pub dptr: CUdeviceptr,
pub hStream: CUstream,
}Fields§
§dptr: CUdeviceptr§hStream: CUstreamAuto Trait Implementations§
impl Freeze for cuMemFreeAsync_params_st
impl RefUnwindSafe for cuMemFreeAsync_params_st
impl !Send for cuMemFreeAsync_params_st
impl !Sync for cuMemFreeAsync_params_st
impl Unpin for cuMemFreeAsync_params_st
impl UnsafeUnpin for cuMemFreeAsync_params_st
impl UnwindSafe for cuMemFreeAsync_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