macro_rules! impl_rsx_prop {
    ($v:ident . $prop:ident ( $value:expr )) => { ... };
}