Struct windows_metadata::writer::Interface
source · pub struct Interface {
pub namespace: String,
pub name: String,
pub methods: Vec<Method>,
}Fields§
§namespace: String§name: String§methods: Vec<Method>pub struct Interface {
pub namespace: String,
pub name: String,
pub methods: Vec<Method>,
}namespace: String§name: String§methods: Vec<Method>