[−][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]
OR: Clone,
S: Clone,
pub fn to_mph_vec(&self) -> MphOrVec<OR, S>[src]
impl<OR, S, '_> GpOrRef<'_, usize, OR, S, usize> where
OR: Clone,
S: Clone, [src]
OR: Clone,
S: Clone,