Trait mpv::MpvFormat [] [src]

pub trait MpvFormat {
    fn call_as_c_void<F: FnMut(*mut c_void)>(&self, f: F);
    fn get_from_c_void<F: FnMut(*mut c_void)>(f: F) -> Self;
    fn get_mpv_format() -> MpvInternalFormat;
}

Required Methods

fn call_as_c_void<F: FnMut(*mut c_void)>(&self, f: F)

fn get_from_c_void<F: FnMut(*mut c_void)>(f: F) -> Self

fn get_mpv_format() -> MpvInternalFormat

Implementors