RawPtr
ash
0.0.1
RawPtr
Required Methods
as_raw_ptr
Implementations on Foreign Types
Option<&'r T>
Implementors
In crate ash
Modules
extensions
prelude
util
vk
Macros
define_handle
handle_nondispatchable
vk_bitflags_wrapped
Structs
Device
Entry
Instance
Traits
RawPtr
ash
Trait
RawPtr
Copy item path
Settings
Help
Summary
Source
pub trait RawPtr<T> { // Required method fn
as_raw_ptr
(&self) ->
*const T
; }
Required Methods
§
Source
fn
as_raw_ptr
(&self) ->
*const T
Implementations on Foreign Types
§
Source
§
impl<'r, T>
RawPtr
<T> for
Option
<
&'r T
>
Source
§
fn
as_raw_ptr
(&self) ->
*const T
Implementors
§