#[repr(transparent)]pub struct CUmodule(pub *mut c_void);Expand description
Opaque handle to a loaded CUDA module (PTX / cubin).
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
impl Copy for CUmodule
impl Eq for CUmodule
impl Send for CUmodule
impl StructuralPartialEq for CUmodule
impl Sync for CUmodule
Auto Trait Implementations§
impl Freeze for CUmodule
impl RefUnwindSafe for CUmodule
impl Unpin for CUmodule
impl UnsafeUnpin for CUmodule
impl UnwindSafe for CUmodule
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