Struct windows_sys::Win32::NetworkManagement::IpHelper::ARP_SEND_REPLY
[−]Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
DestAddress: u32SrcAddress: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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