[][src]Type Definition mop_blocks::gp::GpOrRef

type GpOrRef<'a, HCR, OR, S, SCR> = GpOr<&'a [HCR], &'a [OR], &'a S, &'a [SCR]>;

Implementations

impl<'_, OR, S, SCR> GpOrRef<'_, usize, OR, S, SCR> where
    OR: Clone,
    S: Clone
[src]

pub fn to_mph_vec(&self) -> MphOrVec<OR, S>[src]

impl<'_, OR, S> GpOrRef<'_, usize, OR, S, usize> where
    OR: Clone,
    S: Clone
[src]

pub fn to_mphs_vec(&self) -> MphsOrVec<OR, S>[src]