Expand description
Required features: "Win32_NetworkManagement_Multicast"
Fields
IpAddrV4: u32
IpAddrV6: [u8; 16]
Trait Implementations
impl Clone for IPNG_ADDRESS
impl Clone for IPNG_ADDRESS
impl Copy for IPNG_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for IPNG_ADDRESS
impl Send for IPNG_ADDRESS
impl Sync for IPNG_ADDRESS
impl Unpin for IPNG_ADDRESS
impl UnwindSafe for IPNG_ADDRESS
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