Struct ICMPV4_ROUTER_SOLICIT
#[repr(C)]pub struct ICMPV4_ROUTER_SOLICIT {
pub RsHeader: ICMP_MESSAGE,
}
Fields§
§RsHeader: ICMP_MESSAGE
Trait Implementations§
§impl Clone for ICMPV4_ROUTER_SOLICIT
impl Clone for ICMPV4_ROUTER_SOLICIT
§fn clone(&self) -> ICMPV4_ROUTER_SOLICIT
fn clone(&self) -> ICMPV4_ROUTER_SOLICIT
Returns a copy 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 moreimpl Copy for ICMPV4_ROUTER_SOLICIT
Auto Trait Implementations§
impl Freeze for ICMPV4_ROUTER_SOLICIT
impl RefUnwindSafe for ICMPV4_ROUTER_SOLICIT
impl Send for ICMPV4_ROUTER_SOLICIT
impl Sync for ICMPV4_ROUTER_SOLICIT
impl Unpin for ICMPV4_ROUTER_SOLICIT
impl UnwindSafe for ICMPV4_ROUTER_SOLICIT
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