Docs.rs
ffmpeg-next-7.0.3
ffmpeg-next 7.0.3
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
zmwangx
Polochon-street
Dependencies
bitflags ^2.5
normal
ffmpeg-sys-next ^7.0.2
normal
image ^0.25
normal
optional
libc ^0.2
normal
Versions
14.47%
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
ffmpeg_next
7.0.3
Ref
Required Methods
as_ptr
Implementors
In ffmpeg_next::codec::packet::traits
Trait
ffmpeg_next
::
codec
::
packet
::
traits
::
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>