Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
ash-0.38.0+1.3.281
ash 0.38.0+1.3.281
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
MaikKlein
MarijnS95
Dependencies
libloading ^0.8
normal
optional
Versions
17.42%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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
ash
Trait
RawPtr
Copy item path
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
§