Docs.rs
rust-rectangle-dividing-0.1.4
rust-rectangle-dividing 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kitsuyui
Dependencies
num-traits ^0.2
normal
serde ^1.0.192
normal
serde-wasm-bindgen ^0.6.1
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-test ^0.3.0
dev
wasm-pack ^0.13.0
dev
Versions
17.65%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ValueForAxis
rust_
rectangle_
dividing
0.1.4
Value
ForAxis
Required Methods
value_for_axis
Implementors
In rust_
rectangle_
dividing::
axis
rust_rectangle_dividing
::
axis
Trait
Value
ForAxis
Copy item path
Source
pub trait ValueForAxis<T> { // Required method fn
value_for_axis
(&self, axis:
Axis
) -> T; }
Required Methods
§
Source
fn
value_for_axis
(&self, axis:
Axis
) -> T
Implementors
§
Source
§
impl<T>
ValueForAxis
<T> for
Point
<T>
where T:
Copy
+
Num
+
NumAssignOps
+
NumOps
,