Docs.rs
ofx-0.3.0
ofx 0.3.0
Docs.rs crate page
Apache-2.0
25 May 2025
Links
Repository
crates.io
Source
Owners
norru
Dependencies
libc ^0.2
normal
log ^0.4
normal
log4rs ^0.8
normal
ofx_sys ^0.2
normal
phf ^0.7
normal
Versions
0%
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
ofx
0.3.0
Void
PtrMut
Trait Implementations
RawGetter<R>
ValueType
In crate ofx
ofx
Type Alias
VoidPtrMut
Copy item path
Source
pub type VoidPtrMut =
*mut
c_void
;
Trait Implementations
§
Source
§
impl<R>
RawGetter
<R> for
VoidPtrMut
where R:
Readable
+
AsProperties
,
Adds the capability to set arbitrary properties to $value_type
Source
§
fn
get_at
(readable:
&R
, c_name:
CharPtr
, index:
usize
) ->
Result
<Self>
Source
§
impl
ValueType
for
VoidPtrMut