#[repr(transparent)]pub struct TiKernel(pub usize);Expand description
Handle TiKernel
A Taichi kernel that can be launched on the offload target for execution.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Ord for TiKernel
impl Ord for TiKernel
Source§impl PartialOrd for TiKernel
impl PartialOrd for TiKernel
impl Copy for TiKernel
impl Eq for TiKernel
impl StructuralPartialEq for TiKernel
Auto Trait Implementations§
impl Freeze for TiKernel
impl RefUnwindSafe for TiKernel
impl Send for TiKernel
impl Sync for TiKernel
impl Unpin for TiKernel
impl UnwindSafe for TiKernel
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