peek_
poke
0.3.0
AsEnd
MutPtr
Required Methods
as_end_mut_ptr
Implementations on Foreign Types
&'a mut [u8]
Implementors
In peek_
poke::
slice_
ext
peek_poke
::
slice_ext
Trait
AsEndMutPtr
Copy item path
source
pub trait AsEndMutPtr<T> { // Required method fn
as_end_mut_ptr
(self) ->
*mut T
; }
Required Methods
§
source
fn
as_end_mut_ptr
(self) ->
*mut T
Implementations on Foreign Types
§
source
§
impl<'a>
AsEndMutPtr
<
u8
> for &'a mut [
u8
]
source
§
fn
as_end_mut_ptr
(self) ->
*mut
u8
Implementors
§