Docs.rs
ffmpeg-rs-5.2.1
ffmpeg-rs 5.2.1
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
flavioroth
Dependencies
bitflags ^1.2
normal
ffmpeg-sys-next ^5.1.1
normal
image ^0.23
normal
optional
libc ^0.2
normal
Versions
13.12%
of the crate is documented
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
ffmpeg_
rs
5.2.1
Ref
Required Methods
as_ptr
Implementors
In ffmpeg_
rs::
codec::
packet::
traits
ffmpeg_rs
::
codec
::
packet
::
traits
Trait
Ref
Copy item path
Source
pub trait Ref { // Required method 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>