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