Docs.rs
ash-0.37.3+1.3.251
ash 0.37.3+1.3.251
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
MaikKlein
MarijnS95
Dependencies
libloading ^0.7
normal
Versions
0.8%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
RawPtr
Required Methods
as_raw_ptr
Implementations on Foreign Types
Option<&'r T>
Implementors
In ash
?
Trait
ash
::
RawPtr
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
§