Struct windows_sys::Win32::NetworkManagement::P2P::DRT_ADDRESS_LIST
#[repr(C)]pub struct DRT_ADDRESS_LIST {
pub AddressCount: u32,
pub AddressList: [DRT_ADDRESS; 1],
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§AddressCount: u32
§AddressList: [DRT_ADDRESS; 1]
Trait Implementations§
§impl Clone for DRT_ADDRESS_LIST
impl Clone for DRT_ADDRESS_LIST
impl Copy for DRT_ADDRESS_LIST
Auto Trait Implementations§
impl RefUnwindSafe for DRT_ADDRESS_LIST
impl Send for DRT_ADDRESS_LIST
impl Sync for DRT_ADDRESS_LIST
impl Unpin for DRT_ADDRESS_LIST
impl UnwindSafe for DRT_ADDRESS_LIST
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