#[repr(C)]pub struct cuLibraryGetModule_params_st {
pub pMod: *mut CUmodule,
pub library: CUlibrary,
}Fields§
§pMod: *mut CUmodule§library: CUlibraryAuto Trait Implementations§
impl Freeze for cuLibraryGetModule_params_st
impl RefUnwindSafe for cuLibraryGetModule_params_st
impl !Send for cuLibraryGetModule_params_st
impl !Sync for cuLibraryGetModule_params_st
impl Unpin for cuLibraryGetModule_params_st
impl UnsafeUnpin for cuLibraryGetModule_params_st
impl UnwindSafe for cuLibraryGetModule_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