pub struct BackendCoordAndZ;Trait Implementations
sourceimpl CoordMapper for BackendCoordAndZ
impl CoordMapper for BackendCoordAndZ
sourceimpl<X, Y, Z, DB> Drawable<DB, BackendCoordAndZ> for Cubiod<X, Y, Z> where
DB: DrawingBackend,
impl<X, Y, Z, DB> Drawable<DB, BackendCoordAndZ> for Cubiod<X, Y, Z> where
DB: DrawingBackend,
sourcefn draw<I>(
&self,
points: I,
backend: &mut DB,
(u32, u32)
) -> Result<(), DrawingErrorKind<<DB as DrawingBackend>::ErrorType>> where
I: Iterator<Item = ((i32, i32), i32)>,
fn draw<I>(
&self,
points: I,
backend: &mut DB,
(u32, u32)
) -> Result<(), DrawingErrorKind<<DB as DrawingBackend>::ErrorType>> where
I: Iterator<Item = ((i32, i32), i32)>,
Actually draws the element. The key points is already translated into the image coordinate and can be used by DC directly Read more
sourceimpl<'a, X, Y, Z> PointCollection<'a, (X, Y, Z), BackendCoordAndZ> for &'a Cubiod<X, Y, Z> where
X: 'a,
Y: 'a,
Z: 'a,
impl<'a, X, Y, Z> PointCollection<'a, (X, Y, Z), BackendCoordAndZ> for &'a Cubiod<X, Y, Z> where
X: 'a,
Y: 'a,
Z: 'a,
Auto Trait Implementations
impl RefUnwindSafe for BackendCoordAndZ
impl Send for BackendCoordAndZ
impl Sync for BackendCoordAndZ
impl Unpin for BackendCoordAndZ
impl UnwindSafe for BackendCoordAndZ
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more