Docs.rs
unsafe-libopus-0.2.0
unsafe-libopus 0.2.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
DCNick3
Dependencies
arrayref ^0.3.7
normal
hex ^0.4.3
normal
optional
num-complex ^0.4.1
normal
num-traits ^0.2.16
normal
insta ^1.29.0
dev
libc ^0.2
dev
libc-stdhandle ^0.1.0
dev
Versions
1.49%
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
unsafe_
libopus
0.2.0
Into
VarArg
Required Methods
into_vararg
Implementations on Foreign Types
&'a mut *const OpusCustomMode
&'a mut *mut OpusDecoder
&'a mut *mut OpusEncoder
&'a mut i32
&'a mut u32
*mut f32
*mut u8
i32
Implementors
In unsafe_
libopus::
varargs
unsafe_libopus
::
varargs
Trait
IntoVarArg
Copy item path
Source
pub trait IntoVarArg<'a> { // Required method fn
into_vararg
(self) ->
VarArg
<'a>; }
Required Methods
§
Source
fn
into_vararg
(self) ->
VarArg
<'a>
Implementations on Foreign Types
§
Source
§
impl<'a>
IntoVarArg
<'a> for &'a mut
i32
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for &'a mut
*const
OpusCustomMode
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for &'a mut
*mut
OpusDecoder
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for &'a mut
*mut
OpusEncoder
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for &'a mut
u32
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for
i32
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for
*mut
f32
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Source
§
impl<'a>
IntoVarArg
<'a> for
*mut
u8
Source
§
fn
into_vararg
(self) ->
VarArg
<'a>
Implementors
§