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
☰
Mut
Required Methods
as_mut_ptr
Implementors
In ffmpeg_next::codec::packet::traits
?
Trait
ffmpeg_next
::
codec
::
packet
::
traits
::
Mut
source
·
[
−
]
pub trait Mut { fn
as_mut_ptr
(&mut self) ->
*mut
AVPacket
; }
Required methods
source
fn
as_mut_ptr
(&mut self) ->
*mut
AVPacket
Implementors
source
impl
Mut
for
Packet