#[repr(C)]pub struct cuCtxCreate_v4_params_st {
pub pctx: *mut CUcontext,
pub ctxCreateParams: *mut CUctxCreateParams,
pub flags: c_uint,
pub dev: CUdevice,
}Fields§
§pctx: *mut CUcontext§ctxCreateParams: *mut CUctxCreateParams§flags: c_uint§dev: CUdeviceAuto Trait Implementations§
impl Freeze for cuCtxCreate_v4_params_st
impl RefUnwindSafe for cuCtxCreate_v4_params_st
impl !Send for cuCtxCreate_v4_params_st
impl !Sync for cuCtxCreate_v4_params_st
impl Unpin for cuCtxCreate_v4_params_st
impl UnsafeUnpin for cuCtxCreate_v4_params_st
impl UnwindSafe for cuCtxCreate_v4_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