pub struct LineContainer<E: Numeric> {
pub line: Line<E>,
}Fields§
§line: Line<E>Trait Implementations§
Source§impl<E: Numeric> CubeType for LineContainer<E>
impl<E: Numeric> CubeType for LineContainer<E>
type ExpandType = LineContainerExpand<E>
Source§fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Auto Trait Implementations§
impl<E> Freeze for LineContainer<E>where
E: Freeze,
impl<E> RefUnwindSafe for LineContainer<E>where
E: RefUnwindSafe,
impl<E> Send for LineContainer<E>
impl<E> Sync for LineContainer<E>
impl<E> Unpin for LineContainer<E>where
E: Unpin,
impl<E> UnwindSafe for LineContainer<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