Docs.rs
ffmpeg-next-5.0.3
ffmpeg-next 5.0.3
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
zmwangx
Polochon-street
Dependencies
bitflags ^1.2
normal
ffmpeg-sys-next ^5.0.1
normal
image ^0.23
normal
libc ^0.2
normal
Versions
12.8%
of the crate is documented
Go to latest version
Platform
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
☰
Ref
Required Methods
as_ptr
Implementors
In ffmpeg_next::codec::packet::traits
?
Trait
ffmpeg_next
::
codec
::
packet
::
traits
::
Ref
source
·
[
−
]
pub trait Ref { fn
as_ptr
(&self) ->
*const
AVPacket
; }
Required methods
source
fn
as_ptr
(&self) ->
*const
AVPacket
Implementors
source
impl
Ref
for
Packet
source
impl<'a>
Ref
for
Borrow
<'a>