#[repr(C)]pub struct CERT_LDAP_STORE_OPENED_PARA {
pub pvLdapSessionHandle: *mut c_void,
pub pwszLdapUrl: PCWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pvLdapSessionHandle: *mut c_void
pwszLdapUrl: PCWSTR
Trait Implementations
impl Clone for CERT_LDAP_STORE_OPENED_PARA
impl Clone for CERT_LDAP_STORE_OPENED_PARA
impl Copy for CERT_LDAP_STORE_OPENED_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_LDAP_STORE_OPENED_PARA
impl !Send for CERT_LDAP_STORE_OPENED_PARA
impl !Sync for CERT_LDAP_STORE_OPENED_PARA
impl Unpin for CERT_LDAP_STORE_OPENED_PARA
impl UnwindSafe for CERT_LDAP_STORE_OPENED_PARA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more