Struct windows::Win32::Networking::ActiveDirectory::ADS_POSTALADDRESS
#[repr(C)]pub struct ADS_POSTALADDRESS {
pub PostalAddress: [PWSTR; 6],
}
Fields§
§PostalAddress: [PWSTR; 6]
Trait Implementations§
§impl Clone for ADS_POSTALADDRESS
impl Clone for ADS_POSTALADDRESS
§fn clone(&self) -> ADS_POSTALADDRESS
fn clone(&self) -> ADS_POSTALADDRESS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ADS_POSTALADDRESS
impl Debug for ADS_POSTALADDRESS
§impl Default for ADS_POSTALADDRESS
impl Default for ADS_POSTALADDRESS
§impl PartialEq for ADS_POSTALADDRESS
impl PartialEq for ADS_POSTALADDRESS
§fn eq(&self, other: &ADS_POSTALADDRESS) -> bool
fn eq(&self, other: &ADS_POSTALADDRESS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ADS_POSTALADDRESS
impl Eq for ADS_POSTALADDRESS
impl StructuralPartialEq for ADS_POSTALADDRESS
Auto Trait Implementations§
impl Freeze for ADS_POSTALADDRESS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)