#[repr(C)]pub struct cuParamSetv_params_st {
pub hfunc: CUfunction,
pub offset: c_int,
pub ptr: *mut c_void,
pub numbytes: c_uint,
}Fields§
§hfunc: CUfunction§offset: c_int§ptr: *mut c_void§numbytes: c_uintAuto Trait Implementations§
impl Freeze for cuParamSetv_params_st
impl RefUnwindSafe for cuParamSetv_params_st
impl !Send for cuParamSetv_params_st
impl !Sync for cuParamSetv_params_st
impl Unpin for cuParamSetv_params_st
impl UnsafeUnpin for cuParamSetv_params_st
impl UnwindSafe for cuParamSetv_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