ManuallyDropAdditionalFns
vstd
Manually
Drop
Additional
Fns
Required Methods
view_ref
Implementations on Foreign Types
ManuallyDrop<T>
Implementors
In vstd::
std_
specs::
manually_
drop
vstd
::
std_specs
::
manually_drop
Trait
Manually
Drop
Additional
Fns
Copy item path
Source
pub trait ManuallyDropAdditionalFns<T: ?
Sized
> { // Required method
spec
fn
view_ref
(&self) ->
&T
; }
Required Methods
§
Source
spec
fn
view_ref
(&self) ->
&T
Implementations on Foreign Types
§
Source
§
impl<T: ?
Sized
>
ManuallyDropAdditionalFns
<T> for
ManuallyDrop
<T>
Source
§
uninterp
fn
view_ref
(&self) ->
&T
Implementors
§