Docs.rs
open-entry-bindings-1.0.2
open-entry-bindings 1.0.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
muno9748
Dependencies
async-ffi ^0.4.0
normal
fast-async-mutex ^0.6.7
normal
libloading ^0.7.3
normal
paste ^1.0.7
normal
tokio ^1.18.2
normal
Versions
0%
of the crate is documented
Platform
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
Memory
open_
entry_
bindings
1.0.2
Memory
Methods
ptr
Auto Trait Implementations
!Sized
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In open_
entry_
bindings::
shared_
memory
open_entry_bindings
::
shared_memory
Struct
Memory
Copy item path
Source
pub struct Memory {
/* private fields */
}
Implementations
§
Source
§
impl
Memory
Source
pub fn
ptr
(&self) ->
*const
u8
Auto Trait Implementations
§
§
impl
Freeze
for
Memory
§
impl
RefUnwindSafe
for
Memory
§
impl
Send
for
Memory
§
impl !
Sized
for
Memory
§
impl
Sync
for
Memory
§
impl
Unpin
for
Memory
§
impl
UnwindSafe
for
Memory
Blanket Implementations
§
Source
§
impl<T>
Any
for T
where T: 'static + ?
Sized
,
Source
§
fn
type_id
(&self) ->
TypeId
Gets the
TypeId
of
self
.
Read more
Source
§
impl<T>
Borrow
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
Source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more