pub struct Lp<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
Source§impl<T: ToOutput> InlineOutput for Lp<T>
impl<T: ToOutput> InlineOutput for Lp<T>
fn slice_to_output(slice: &[Self], output: &mut dyn Output)where
Self: Sized,
Source§impl<T> ListHashes for Lp<T>where
T: ListHashes,
impl<T> ListHashes for Lp<T>where
T: ListHashes,
fn list_hashes(&self, visitor: &mut impl FnMut(Hash))
fn topology_hash(&self) -> Hash
fn point_count(&self) -> usize
Source§impl<T: Size> MaybeHasNiche for Lp<T>
impl<T: Size> MaybeHasNiche for Lp<T>
Source§impl<T, __I: ParseInput> Parse<__I> for Lp<T>where
Self: ParseInline<__I>,
impl<T, __I: ParseInput> Parse<__I> for Lp<T>where
Self: ParseInline<__I>,
Source§impl<T: Parse<I>, I: ParseInput> ParseInline<I> for Lp<T>
impl<T: Parse<I>, I: ParseInput> ParseInline<I> for Lp<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 Lp<T>where
T: Topological,
impl<T> Topological for Lp<T>where
T: Topological,
Auto Trait Implementations§
impl<T> Freeze for Lp<T>where
T: Freeze,
impl<T> RefUnwindSafe for Lp<T>where
T: RefUnwindSafe,
impl<T> Send for Lp<T>where
T: Send,
impl<T> Sync for Lp<T>where
T: Sync,
impl<T> Unpin for Lp<T>where
T: Unpin,
impl<T> UnsafeUnpin for Lp<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Lp<T>where
T: UnwindSafe,
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