Docs.rs
geng-ecs-0.11.0
geng-ecs 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
kuviman
Dependencies
geng-ecs-derive ^0.11.0
normal
Versions
0%
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
AsRefExt
geng_
ecs
0.11.0
AsRef
Ext
Required Associated Types
Output
Required Methods
as_ref
Implementations on Foreign Types
&'a ()
&'a (a0, a1)
&'a (a0, a1, a2)
&'a (a0, a1, a2, a3)
&'a (a0, a1, a2, a3, a4)
&'a (a0, a1, a2, a3, a4, a5)
&'a (a0, a1, a2, a3, a4, a5, a6)
&'a (a0, a1, a2, a3, a4, a5, a6, a7)
&'a (a0, a1, a2, a3, a4, a5, a6, a7, a8)
&'a (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9)
&'a (a0,)
Implementors
In geng_
ecs::
util
geng_ecs
::
util
Trait
AsRef
Ext
Copy item path
Source
pub trait AsRefExt { type
Output
; // Required method fn
as_ref
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
as_ref
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl<'a>
AsRefExt
for &'a
()
Source
§
type
Output
=
()
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0>
AsRefExt
for &'a
(a0,)
Source
§
type
Output
= (
&'a a0
,)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1>
AsRefExt
for &'a
(a0, a1)
Source
§
type
Output
= (
&'a a0
,
&'a a1
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2>
AsRefExt
for &'a
(a0, a1, a2)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3>
AsRefExt
for &'a
(a0, a1, a2, a3)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3, a4>
AsRefExt
for &'a
(a0, a1, a2, a3, a4)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
,
&'a a4
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3, a4, a5>
AsRefExt
for &'a
(a0, a1, a2, a3, a4, a5)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
,
&'a a4
,
&'a a5
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3, a4, a5, a6>
AsRefExt
for &'a
(a0, a1, a2, a3, a4, a5, a6)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
,
&'a a4
,
&'a a5
,
&'a a6
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3, a4, a5, a6, a7>
AsRefExt
for &'a
(a0, a1, a2, a3, a4, a5, a6, a7)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
,
&'a a4
,
&'a a5
,
&'a a6
,
&'a a7
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3, a4, a5, a6, a7, a8>
AsRefExt
for &'a
(a0, a1, a2, a3, a4, a5, a6, a7, a8)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
,
&'a a4
,
&'a a5
,
&'a a6
,
&'a a7
,
&'a a8
)
Source
§
fn
as_ref
(self) -> Self::
Output
Source
§
impl<'a, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9>
AsRefExt
for &'a
(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9)
Source
§
type
Output
= (
&'a a0
,
&'a a1
,
&'a a2
,
&'a a3
,
&'a a4
,
&'a a5
,
&'a a6
,
&'a a7
,
&'a a8
,
&'a a9
)
Source
§
fn
as_ref
(self) -> Self::
Output
Implementors
§