Docs.rs
faer-entity-0.14.0
faer-entity 0.14.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sarah-quinones
Dependencies
bytemuck ^1
normal
coe-rs ^0.1
normal
libm ^0.2
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
pulp ^0.16.3
normal
reborrow ^0.5
normal
assert_approx_eq ^1.1.0
dev
rand ^0.8.5
dev
Versions
22.7%
of the crate is documented
Go to latest version
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
☰
faer_entity
0.14.0
ForType
Required Associated Types
FaerOf
Object Safety
Implementors
In crate faer_entity
?
Trait
faer_entity
::
ForType
source
·
[
−
]
pub trait ForType { type
FaerOf
<T>; }
Required Associated Types
§
source
type
FaerOf
<T>
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
ForType
for
IdentityGroup
§
type
FaerOf
<T> = T
source
§
impl<Group:
ForType
>
ForType
for
ComplexConjGroup
<Group>
§
type
FaerOf
<T> =
ComplexConj
<<Group as
ForType
>::
FaerOf
<T>>
source
§
impl<Group:
ForType
>
ForType
for
ComplexGroup
<Group>
§
type
FaerOf
<T> =
Complex
<<Group as
ForType
>::
FaerOf
<T>>