Docs.rs
  • gstreamer-0.22.6
    • gstreamer 0.22.6
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • sdroege
    • tp-m
    • github:gstreamer:crates-io-maintainers
    • Dependencies
      • cfg-if ^1.0 normal
      • gstreamer-sys ^0.22 normal
      • futures-channel ^0.3 normal
      • futures-core ^0.3 normal
      • futures-util ^0.3 normal
      • glib ^0.19 normal
      • itertools ^0.13 normal
      • libc ^0.2 normal
      • muldiv ^1 normal
      • num-integer ^0.1 normal
      • num-rational ^0.4 normal
      • once_cell ^1 normal
      • option-operations ^0.5 normal
      • paste ^1.0 normal
      • pin-project-lite ^0.2 normal
      • serde ^1.0 normal optional
      • serde_bytes ^0.11 normal optional
      • smallvec ^1.0 normal
      • thiserror ^1 normal
      • futures-executor ^0.3.1 dev
      • gir-format-check ^0.1 dev
      • ron ^0.8 dev
      • serde_json ^1.0 dev
    • Versions
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

gstreamer0.22.6

SpecificFormattedValue

Implementations on Foreign Types

  • Option<Buffers>
  • Option<Bytes>
  • Option<ClockTime>
  • Option<Default>
  • Option<Percent>

Object Safety

Implementors

In gstreamer::format

Trait gstreamer::format::SpecificFormattedValue

source ·
pub trait SpecificFormattedValue: FormattedValue { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SpecificFormattedValue for Option<Buffers>

source§

impl SpecificFormattedValue for Option<Bytes>

source§

impl SpecificFormattedValue for Option<ClockTime>

source§

impl SpecificFormattedValue for Option<Default>

source§

impl SpecificFormattedValue for Option<Percent>

Implementors§

source§

impl SpecificFormattedValue for Buffers

source§

impl SpecificFormattedValue for Bytes

source§

impl SpecificFormattedValue for ClockTime

source§

impl SpecificFormattedValue for Default