How do you bind the inner value when matching this enum variant that holds data?enum Event { Click { x: i32, y: i32 }, Scroll(i32), }