☰
object_lib
0.2.0
CopyFrom
Required Associated Types
From
Required Methods
from
Implementations on Foreign Types
u128
u32
usize
Implementors
In object_lib::allocators::persistently_allocatable
?
Trait
object_lib
::
allocators
::
persistently_allocatable
::
CopyFrom
source
·
[
−
]
pub trait CopyFrom { type
From
; // Required method fn
from
(&mut self, source: Self::
From
); }
Required Associated Types
§
source
type
From
Required Methods
§
source
fn
from
(&mut self, source: Self::
From
)
Implementations on Foreign Types
§
source
§
impl
CopyFrom
for
u32
§
type
From
=
u32
source
§
fn
from
(&mut self, source: Self::
From
)
source
§
impl
CopyFrom
for
u128
§
type
From
=
u128
source
§
fn
from
(&mut self, source: Self::
From
)
source
§
impl
CopyFrom
for
usize
§
type
From
=
usize
source
§
fn
from
(&mut self, source: Self::
From
)
Implementors
§
source
§
impl
CopyFrom
for
PString
§
type
From
=
String