Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_NETADDRESS
#[repr(C)]pub struct ADS_NETADDRESS {
pub AddressType: u32,
pub AddressLength: u32,
pub Address: *mut u8,
}
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§
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