Docs.rs
geologic-0.0.3
geologic 0.0.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Enitoni
Dependencies
num-traits ^0.2.15
normal
Versions
60%
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
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
IntoBounds2D
geologic
0.0.3
Into
Bounds2D
Required Methods
to_bounds
Implementations on Foreign Types
(T, T, T, T)
[T; 4]
Implementors
In crate geologic
geologic
Trait
Into
Bounds2D
Copy item path
Source
pub trait IntoBounds2D<T> { // Required method fn
to_bounds
(self) ->
Bounds2D
<T>; }
Required Methods
§
Source
fn
to_bounds
(self) ->
Bounds2D
<T>
Implementations on Foreign Types
§
Source
§
impl<T>
IntoBounds2D
<T> for
[T; 4]
where T:
Num
+
Copy
,
Source
§
fn
to_bounds
(self) ->
Bounds2D
<T>
Source
§
impl<T>
IntoBounds2D
<T> for
(T, T, T, T)
where T:
Num
+
Copy
,
Source
§
fn
to_bounds
(self) ->
Bounds2D
<T>
Implementors
§
Source
§
impl<T>
IntoBounds2D
<T> for
Bounds2D
<T>