Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_UDPROW
[−]Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
dwLocalAddr: u32
dwLocalPort: u32
Trait Implementations
impl Clone for MIB_UDPROW
impl Clone for MIB_UDPROW
impl Copy for MIB_UDPROW
Auto Trait Implementations
impl RefUnwindSafe for MIB_UDPROW
impl Send for MIB_UDPROW
impl Sync for MIB_UDPROW
impl Unpin for MIB_UDPROW
impl UnwindSafe for MIB_UDPROW
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