windows-metadata 0.42.0

Code gen support for the windows crate
Documentation
1
2
3
4
5
6
7
use super::*;

#[derive(Default)]
pub struct Constant {
    pub value: Value,
    pub(crate) parent_index: HasConstant,
}