pub struct Zt<T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T: ToOutput> InlineOutput for Zt<T>
impl<T: ToOutput> InlineOutput for Zt<T>
fn slice_to_output(slice: &[Self], output: &mut dyn Output)where
Self: Sized,
Source§impl<T> ListHashes for Zt<T>where
Arc<ZtInner<T>>: ListHashes,
impl<T> ListHashes for Zt<T>where
Arc<ZtInner<T>>: ListHashes,
fn list_hashes(&self, visitor: &mut impl FnMut(Hash))
fn topology_hash(&self) -> Hash
fn point_count(&self) -> usize
Source§impl<T, __I: ParseInput> Parse<__I> for Zt<T>where
Self: ParseInline<__I>,
impl<T, __I: ParseInput> Parse<__I> for Zt<T>where
Self: ParseInline<__I>,
Source§impl<T: Parse<I>, I: ParseInput> ParseInline<I> for Zt<T>
impl<T: Parse<I>, I: ParseInput> ParseInline<I> for Zt<T>
fn parse_inline(input: &mut I) -> Result<Self>
fn parse_as_inline(input: I) -> Result<Self>
fn parse_vec(input: I) -> Result<Vec<Self>>
fn parse_vec_n(input: &mut I, n: usize) -> Result<Vec<Self>>
fn parse_array<const N: usize>(input: &mut I) -> Result<[Self; N]>
fn parse_generic_array<N: ArrayLength>( input: &mut I, ) -> Result<GenericArray<Self, N>>
Source§impl<T> Topological for Zt<T>where
Arc<ZtInner<T>>: Topological,
impl<T> Topological for Zt<T>where
Arc<ZtInner<T>>: Topological,
Auto Trait Implementations§
impl<T> Freeze for Zt<T>
impl<T> RefUnwindSafe for Zt<T>where
T: RefUnwindSafe,
impl<T> Send for Zt<T>
impl<T> Sync for Zt<T>
impl<T> Unpin for Zt<T>
impl<T> UnsafeUnpin for Zt<T>
impl<T> UnwindSafe for Zt<T>where
T: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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