Struct windows_sys::Win32::Networking::Ldap::ldap_0
[−]#[repr(C)]pub struct ldap_0 {
pub sb_sd: usize,
pub Reserved1: [u8; 41],
pub sb_naddr: usize,
pub Reserved2: [u8; 24],
}
Expand description
Required features: "Win32_Networking_Ldap"
Fields
sb_sd: usize
Reserved1: [u8; 41]
sb_naddr: usize
Reserved2: [u8; 24]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ldap_0
impl Send for ldap_0
impl Sync for ldap_0
impl Unpin for ldap_0
impl UnwindSafe for ldap_0
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