windows-metadata 0.31.0

Code gen support for the windows crate
Documentation
1
2
3
4
5
6
pub struct MethodInfo {
    pub name: String,
    pub vtable_offset: u32,
    pub overload: u32,
    pub is_deprecated: bool,
}