Struct windows_sys::Win32::Networking::Ldap::LDAP_BERVAL
[−]Expand description
Required features: "Win32_Networking_Ldap"
Fields
bv_len: u32
bv_val: PSTR
Trait Implementations
impl Clone for LDAP_BERVAL
impl Clone for LDAP_BERVAL
impl Copy for LDAP_BERVAL
Auto Trait Implementations
impl RefUnwindSafe for LDAP_BERVAL
impl !Send for LDAP_BERVAL
impl !Sync for LDAP_BERVAL
impl Unpin for LDAP_BERVAL
impl UnwindSafe for LDAP_BERVAL
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