[][src]Trait libmpv::GetData

pub unsafe trait GetData: Sized {
    fn get_format() -> Format;
}

This trait describes which types are allowed to be passed to getter mpv APIs.

Required methods

Loading content...

Implementations on Foreign Types

impl GetData for f64[src]

impl GetData for i64[src]

impl GetData for bool[src]

impl GetData for String[src]

Loading content...

Implementors

impl GetData for MpvNode[src]

impl<'a> GetData for MpvStr<'a>[src]

Loading content...