Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_NETADDRESS
[−]#[repr(C)]pub struct ADS_NETADDRESS {
pub AddressType: u32,
pub AddressLength: u32,
pub Address: *mut u8,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
AddressType: u32
AddressLength: u32
Address: *mut u8
Trait Implementations
impl Clone for ADS_NETADDRESS
impl Clone for ADS_NETADDRESS
impl Copy for ADS_NETADDRESS
Auto Trait Implementations
impl RefUnwindSafe for ADS_NETADDRESS
impl !Send for ADS_NETADDRESS
impl !Sync for ADS_NETADDRESS
impl Unpin for ADS_NETADDRESS
impl UnwindSafe for ADS_NETADDRESS
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