pub type CSSM_VERSION = cssm_version;
Available on crate features
cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_VERSION {
pub Major: u32,
pub Minor: u32,
}
Fields§
§Major: u32
§Minor: u32