Struct windows_sys::Win32::Networking::Ldap::LDAP_VERSION_INFO
[−]Expand description
Required features: "Win32_Networking_Ldap"
Fields
lv_size: u32
lv_major: u32
lv_minor: u32
Trait Implementations
impl Clone for LDAP_VERSION_INFO
impl Clone for LDAP_VERSION_INFO
impl Copy for LDAP_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for LDAP_VERSION_INFO
impl Send for LDAP_VERSION_INFO
impl Sync for LDAP_VERSION_INFO
impl Unpin for LDAP_VERSION_INFO
impl UnwindSafe for LDAP_VERSION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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