Struct axgeom::AxisWrapRef[][src]

pub struct AxisWrapRef<'a, T: 'a>(pub &'a [T; 2]);

A wrapper around an array that lets you extract the x and y components using the AxisTrait.

Methods

impl<'a, T: 'a> AxisWrapRef<'a, T>
[src]

Auto Trait Implementations

impl<'a, T> Send for AxisWrapRef<'a, T> where
    T: Sync

impl<'a, T> Sync for AxisWrapRef<'a, T> where
    T: Sync