Struct windows_sys::Win32::Networking::Ldap::LDAP_VERSION_INFO
#[repr(C)]pub struct LDAP_VERSION_INFO {
pub lv_size: u32,
pub lv_major: u32,
pub lv_minor: u32,
}Fields§
§lv_size: u32§lv_major: u32§lv_minor: u32Trait 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§
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