Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
PostalAddress: [PWSTR; 6]
Trait Implementations
impl Clone for ADS_POSTALADDRESS
impl Clone for ADS_POSTALADDRESS
impl Copy for ADS_POSTALADDRESS
Auto Trait Implementations
impl RefUnwindSafe for ADS_POSTALADDRESS
impl !Send for ADS_POSTALADDRESS
impl !Sync for ADS_POSTALADDRESS
impl Unpin for ADS_POSTALADDRESS
impl UnwindSafe for ADS_POSTALADDRESS
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