[][src]Struct cluConstData::ConstConcat

#[repr(C)]
pub struct ConstConcat<A, B> { /* fields omitted */ }

Methods

impl<DataLeft, DataRight> ConstConcat<DataLeft, DataRight> where
    DataLeft: Copy,
    DataRight: Copy
[src]

pub const unsafe fn const_concat<DataTo, T>(a: &[T], b: &[T]) -> DataTo[src]

Very coarse concatenation, use safe macros such as 'const_data' !!

Trait Implementations

impl<A: Debug, B: Debug> Debug for ConstConcat<A, B>[src]

Auto Trait Implementations

impl<A, B> Send for ConstConcat<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for ConstConcat<A, B> where
    A: Sync,
    B: Sync

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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