evering
0.1.0
Resource
Mut
Required Methods
as_ptr_mut
Implementations on Foreign Types
Box<T>
Implementors
In evering::
resource
evering
::
resource
Trait
ResourceMut
Copy item path
Source
pub trait ResourceMut:
Resource
{ // Required method fn
as_ptr_mut
(&mut self) ->
*mut
Self::
Value
; }
Required Methods
§
Source
fn
as_ptr_mut
(&mut self) ->
*mut
Self::
Value
Implementations on Foreign Types
§
Source
§
impl<T: 'static + ?
Sized
>
ResourceMut
for
Box
<T>
Source
§
fn
as_ptr_mut
(&mut self) ->
*mut
Self::
Value
Implementors
§