Docs.rs
ffmpeg-next-6.0.0
ffmpeg-next 6.0.0
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
zmwangx
Polochon-street
Dependencies
bitflags ^1.2
normal
ffmpeg-sys-next ^6.0.1
normal
image ^0.23
normal
libc ^0.2
normal
Versions
12.81%
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
☰
Component
Required Methods
is_valid
Implementations on Foreign Types
(u8, u8, u8)
(u8, u8, u8, u8)
[u8; 3]
[u8; 4]
Implementors
In ffmpeg_next::util::frame::video
?
Trait
ffmpeg_next
::
util
::
frame
::
video
::
Component
source
·
[
−
]
pub unsafe trait Component { // Required method fn
is_valid
(format:
Pixel
) ->
bool
; }
Required Methods
§
source
fn
is_valid
(format:
Pixel
) ->
bool
Implementations on Foreign Types
§
source
§
impl
Component
for (
u8
,
u8
,
u8
)
source
§
fn
is_valid
(format:
Pixel
) ->
bool
source
§
impl
Component
for [
u8
;
4
]
source
§
fn
is_valid
(format:
Pixel
) ->
bool
source
§
impl
Component
for (
u8
,
u8
,
u8
,
u8
)
source
§
fn
is_valid
(format:
Pixel
) ->
bool
source
§
impl
Component
for [
u8
;
3
]
source
§
fn
is_valid
(format:
Pixel
) ->
bool
Implementors
§