pub struct Cubiod<X, Y, Z> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<X, Y, Z, DB: DrawingBackend> Drawable<DB, BackendCoordAndZ> for Cubiod<X, Y, Z>
impl<X, Y, Z, DB: DrawingBackend> Drawable<DB, BackendCoordAndZ> for Cubiod<X, Y, Z>
Source§impl<'a, X: 'a, Y: 'a, Z: 'a> PointCollection<'a, (X, Y, Z), BackendCoordAndZ> for &'a Cubiod<X, Y, Z>
impl<'a, X: 'a, Y: 'a, Z: 'a> PointCollection<'a, (X, Y, Z), BackendCoordAndZ> for &'a Cubiod<X, Y, Z>
Auto Trait Implementations§
impl<X, Y, Z> Freeze for Cubiod<X, Y, Z>
impl<X, Y, Z> RefUnwindSafe for Cubiod<X, Y, Z>
impl<X, Y, Z> Send for Cubiod<X, Y, Z>
impl<X, Y, Z> Sync for Cubiod<X, Y, Z>
impl<X, Y, Z> Unpin for Cubiod<X, Y, Z>
impl<X, Y, Z> UnwindSafe for Cubiod<X, Y, Z>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more