Struct windows_sys::Win32::Networking::Ldap::LDAP_BERVAL
#[repr(C)]pub struct LDAP_BERVAL {
pub bv_len: u32,
pub bv_val: PSTR,
}
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§
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