#[repr(C)]pub struct ARP_SEND_REPLY {
pub DestAddress: IPAddr,
pub SrcAddress: IPAddr,
}
Fields§
§DestAddress: IPAddr
§SrcAddress: IPAddr
Trait Implementations§
Source§impl Clone for ARP_SEND_REPLY
impl Clone for ARP_SEND_REPLY
Source§fn clone(&self) -> ARP_SEND_REPLY
fn clone(&self) -> ARP_SEND_REPLY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ARP_SEND_REPLY
impl Default for ARP_SEND_REPLY
Source§fn default() -> ARP_SEND_REPLY
fn default() -> ARP_SEND_REPLY
Returns the “default value” for a type. Read more
impl Copy for ARP_SEND_REPLY
Auto Trait Implementations§
impl Freeze for ARP_SEND_REPLY
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§
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