pub type CSSM_NET_ADDRESS = cssm_net_address;👎Deprecated
Available on crate features
cssmconfig and cssmtype and SecAsn1Types only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_NET_ADDRESS {
pub AddressType: u32,
pub Address: cssm_data,
}Fields§
§AddressType: u32👎Deprecated
§Address: cssm_data👎Deprecated