pub type CSSM_RANGE = cssm_range;
👎Deprecated
Available on crate features
cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_RANGE {
pub Min: u32,
pub Max: u32,
}
Fields§
§Min: u32
§Max: u32