pub struct LineContainerExpand<E: Numeric> {
pub line: <Line<E> as CubeType>::ExpandType,
}Fields§
§line: <Line<E> as CubeType>::ExpandTypeTrait Implementations§
Source§impl<E: Numeric> Clone for LineContainerExpand<E>
impl<E: Numeric> Clone for LineContainerExpand<E>
Source§impl<E: Numeric> CubeDebug for LineContainerExpand<E>
impl<E: Numeric> CubeDebug for LineContainerExpand<E>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl<E> Freeze for LineContainerExpand<E>
impl<E> RefUnwindSafe for LineContainerExpand<E>where
E: RefUnwindSafe,
impl<E> !Send for LineContainerExpand<E>
impl<E> !Sync for LineContainerExpand<E>
impl<E> Unpin for LineContainerExpand<E>where
E: Unpin,
impl<E> UnwindSafe for LineContainerExpand<E>where
E: UnwindSafe,
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