#[repr(C)]pub struct cuStreamGetDevice_params_st {
pub hStream: CUstream,
pub device: *mut CUdevice,
}Fields§
§hStream: CUstream§device: *mut CUdeviceAuto Trait Implementations§
impl Freeze for cuStreamGetDevice_params_st
impl RefUnwindSafe for cuStreamGetDevice_params_st
impl !Send for cuStreamGetDevice_params_st
impl !Sync for cuStreamGetDevice_params_st
impl Unpin for cuStreamGetDevice_params_st
impl UnsafeUnpin for cuStreamGetDevice_params_st
impl UnwindSafe for cuStreamGetDevice_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