#[repr(C)]pub struct MQAIR {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub AuthInfoType: MQLONG,
pub AuthInfoConnName: [MQCHAR; 264],
pub LDAPUserNamePtr: PMQCHAR,
pub LDAPUserNameOffset: MQLONG,
pub LDAPUserNameLength: MQLONG,
pub LDAPPassword: MQCHAR32,
pub OCSPResponderURL: MQCHAR256,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
AuthInfoType: MQLONGType of authentication information
AuthInfoConnName: [MQCHAR; 264]Connection name of CRL LDAP server
LDAPUserNamePtr: PMQCHARAddress of LDAP user name
LDAPUserNameOffset: MQLONGOffset of LDAP user name from start of MQAIR structure
LDAPUserNameLength: MQLONGLength of LDAP user name
LDAPPassword: MQCHAR32Password to access LDAP server
OCSPResponderURL: MQCHAR256URL of the OCSP responder
MQAIR::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQAIR
impl RefUnwindSafe for MQAIR
impl !Send for MQAIR
impl !Sync for MQAIR
impl Unpin for MQAIR
impl UnwindSafe for MQAIR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more