gstreamer::format::macros

Macro glib_newtype_display

Source
macro_rules! glib_newtype_display {
    ($typ:ty) => { ... };
    ($typ:ty, Format::$format:ident) => { ... };
    ($typ:ty, $displayable_option_name:ident) => { ... };
    ($typ:ty, $displayable_option_name:ident, Format::$format:ident) => { ... };
}