RawPtr
ash
0.38.0+1.3.281
RawPtr
Required Methods
as_raw_ptr
Implementations on Foreign Types
Option<&'r T>
Implementors
In crate ash
Modules
amd
amdx
android
arm
device
entry
ext
extensions
extensions_generated
fuchsia
ggp
google
huawei
img
instance
intel
khr
lunarg
msft
mvk
nn
nv
nvx
prelude
qcom
qnx
sec
tables
util
valve
vk
Macros
define_handle
handle_nondispatchable
match_in_struct
match_out_struct
vk_bitflags_wrapped
Structs
Device
DeviceFnV1_0
DeviceFnV1_1
DeviceFnV1_2
DeviceFnV1_3
Entry
EntryFnV1_0
EntryFnV1_1
EntryFnV1_2
EntryFnV1_3
Instance
InstanceFnV1_0
InstanceFnV1_1
InstanceFnV1_2
InstanceFnV1_3
StaticFn
Enums
LoadingError
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
§