#[repr(C)]pub struct cuLibraryGetKernelCount_params_st {
pub count: *mut c_uint,
pub lib: CUlibrary,
}Fields§
§count: *mut c_uint§lib: CUlibraryAuto Trait Implementations§
impl Freeze for cuLibraryGetKernelCount_params_st
impl RefUnwindSafe for cuLibraryGetKernelCount_params_st
impl !Send for cuLibraryGetKernelCount_params_st
impl !Sync for cuLibraryGetKernelCount_params_st
impl Unpin for cuLibraryGetKernelCount_params_st
impl UnsafeUnpin for cuLibraryGetKernelCount_params_st
impl UnwindSafe for cuLibraryGetKernelCount_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