Docs.rs
rust2go-0.0.2
rust2go 0.0.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
ihciah
suikammd
Dependencies
anyhow ^1
normal
bindgen ^0.69
normal
proc-macro2 ^1
normal
quote ^1
normal
rust2go-macro ^0.0.2
normal
syn ^2
normal
Versions
0%
of the crate is documented
This release has been yanked, 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
☰
rust2go
0.0.2
FromRef
Required Associated Types
Ref
Required Methods
from_ref
Implementations on Foreign Types
String
Vec<T>
Waker
bool
char
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Object Safety
Implementors
In crate rust2go
?
Trait
rust2go
::
FromRef
source
·
[
−
]
pub trait FromRef { type
Ref
; // Required method fn
from_ref
(ref_: &Self::
Ref
) -> Self; }
Required Associated Types
§
source
type
Ref
Required Methods
§
source
fn
from_ref
(ref_: &Self::
Ref
) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
FromRef
for
bool
§
type
Ref
=
bool
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
char
§
type
Ref
=
char
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
f32
§
type
Ref
=
f32
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
f64
§
type
Ref
=
f64
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
i8
§
type
Ref
=
i8
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
i16
§
type
Ref
=
i16
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
i32
§
type
Ref
=
i32
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
i64
§
type
Ref
=
i64
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
isize
§
type
Ref
=
isize
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
u8
§
type
Ref
=
u8
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
u16
§
type
Ref
=
u16
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
u32
§
type
Ref
=
u32
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
u64
§
type
Ref
=
u64
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
usize
§
type
Ref
=
usize
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
String
§
type
Ref
=
StringRef
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl
FromRef
for
Waker
§
type
Ref
=
WakerRef
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
source
§
impl<T:
FromRef
>
FromRef
for
Vec
<T>
§
type
Ref
=
ListRef
source
§
fn
from_ref
(ref_: &Self::
Ref
) -> Self
Implementors
§