#[repr(transparent)]pub struct TiAotModule(pub usize);Expand description
Handle TiAotModule
An ahead-of-time (AOT) compiled Taichi module, which contains a collection of kernels and compute graphs.
Tuple Fields§
§0: usizeImplementations§
Source§impl TiAotModule
impl TiAotModule
Trait Implementations§
Source§impl Clone for TiAotModule
impl Clone for TiAotModule
Source§fn clone(&self) -> TiAotModule
fn clone(&self) -> TiAotModule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TiAotModule
impl Debug for TiAotModule
Source§impl Hash for TiAotModule
impl Hash for TiAotModule
Source§impl Ord for TiAotModule
impl Ord for TiAotModule
Source§fn cmp(&self, other: &TiAotModule) -> Ordering
fn cmp(&self, other: &TiAotModule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TiAotModule
impl PartialEq for TiAotModule
Source§impl PartialOrd for TiAotModule
impl PartialOrd for TiAotModule
impl Copy for TiAotModule
impl Eq for TiAotModule
impl StructuralPartialEq for TiAotModule
Auto Trait Implementations§
impl Freeze for TiAotModule
impl RefUnwindSafe for TiAotModule
impl Send for TiAotModule
impl Sync for TiAotModule
impl Unpin for TiAotModule
impl UnwindSafe for TiAotModule
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