Struct container_broadcast::broadcast::BCloned[][src]

pub struct BCloned<T: Broadcastable<N>, const N: usize> { /* fields omitted */ }

Return type of bcloned.

Trait Implementations

impl<'b, T: Broadcastable<N, Element = &'b E>, E: 'b + Clone, const N: usize> Broadcastable<N> for BCloned<T, N>[src]

type Element = E

impl<'a, 'b, T: Broadcastable<N, Element = &'b E>, E: Clone + 'a + 'b, const N: usize> IntoIterator for &'a BCloned<T, N>[src]

type Item = E

The type of the elements being iterated over.

type IntoIter = BroadcastIterator<'a, BCloned<T, N>, N>

Which kind of iterator are we turning this into?

impl<'a, T: Broadcastable<N>, const N: usize> TensorDimension for BCloned<T, N>[src]

impl<'a, T: Broadcastable<N>, const N: usize> TensorSize<N> for BCloned<T, N>[src]

Auto Trait Implementations

impl<T, const N: usize> RefUnwindSafe for BCloned<T, N> where
    T: RefUnwindSafe

impl<T, const N: usize> Send for BCloned<T, N> where
    T: Send

impl<T, const N: usize> Sync for BCloned<T, N> where
    T: Sync

impl<T, const N: usize> Unpin for BCloned<T, N> where
    T: Unpin

impl<T, const N: usize> UnwindSafe for BCloned<T, N> where
    T: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.