Skip to main content
TryTransmuteMutSrc
zerocopy
0.8.48
TryTransmute
MutSrc
Required Associated Types
Src
Implementors
In zerocopy::
util::
macro_
util
zerocopy
::
util
::
macro_util
Trait
TryTransmute
MutSrc
Copy item path
Source
pub trait TryTransmuteMutSrc<'a> { type
Src
: ?
Sized
; }
Required Associated Types
§
Source
type
Src
: ?
Sized
Implementors
§
Source
§
impl<'a, Src, Dst>
TryTransmuteMutSrc
<'a> for
Wrap
<
&'a mut Src
,
&'a mut Dst
>
where Src: ?
Sized
, Dst: ?
Sized
,
Source
§
type
Src
= Src