pub type CSSM_NET_ADDRESS = cssm_net_address;
Available on crate features
SecAsn1Types
and cssmconfig
and cssmtype
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