Docs.rs
sark_grids-0.5.9
sark_grids 0.5.9
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sarkahn
Dependencies
glam ^0.25
normal
itertools ^0.12.1
normal
Versions
57.97%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sark_grids
0.5.9
ShapeClone
Required Methods
clone_box
Implementors
In sark_grids::geometry
?
Trait
sark_grids
::
geometry
::
ShapeClone
source
·
[
−
]
pub trait ShapeClone { // Required method fn
clone_box
(&self) ->
Box
<dyn
GridShape
>; }
Required Methods
§
source
fn
clone_box
(&self) ->
Box
<dyn
GridShape
>
Implementors
§
source
§
impl<T>
ShapeClone
for T
where T: 'static +
GridShape
+
Clone
,