windows-core 0.100.0

Core type support for COM and Windows
Documentation
1
2
3
4
5
6
7
8
use super::*;

#[doc(hidden)]
pub trait RuntimeName {
    const NAME: &'static str = "";
    const RUNTIME_CLASS_NAME: imp::ConstBuffer =
        imp::ConstBuffer::from_slice(Self::NAME.as_bytes());
}