Docs.rs
prs-rs-2.0.2
prs-rs 2.0.2
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
Sewer56
Dependencies
allocator-api2 ^0.3.1
normal
criterion ^0.5.1
dev
more-asserts ^0.3.1
dev
rstest ^0.26.1
dev
walkdir ^2.4.0
dev
csbindgen ^1.9.6
build
pprof ^0.15.0
dev
Versions
56.76%
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
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
ReadOnlyPointerSrc
prs_rs
2.0.2
Read
Only
Pointer
Src
Required Methods
as_ptr
Implementations on Foreign Types
&[u8]
*const u8
Implementors
In crate prs_
rs
prs_rs
Trait
Read
Only
Pointer
Src
Copy item path
Source
pub trait ReadOnlyPointerSrc { // Required method fn
as_ptr
(&self) ->
*const
u8
; }
Required Methods
§
Source
fn
as_ptr
(&self) ->
*const
u8
Implementations on Foreign Types
§
Source
§
impl
ReadOnlyPointerSrc
for &[
u8
]
Source
§
fn
as_ptr
(&self) ->
*const
u8
Source
§
impl
ReadOnlyPointerSrc
for
*const
u8
Source
§
fn
as_ptr
(&self) ->
*const
u8
Implementors
§