Macro gstreamer::format::macros::impl_signed_div_mul
source ยท macro_rules! impl_signed_div_mul { (u64) => { ... }; (usize) => { ... }; (u32) => { ... }; ($newtyp:ty, u64) => { ... }; ($newtyp:ty, u32) => { ... }; ($typ:ty, $inner:ty, $signed_rhs:ty, $into_inner:expr) => { ... }; }