Struct windows_sys::Win32::Networking::WinSock::ICMPV4_ROUTER_ADVERT_ENTRY
#[repr(C)]pub struct ICMPV4_ROUTER_ADVERT_ENTRY {
pub RouterAdvertAddr: IN_ADDR,
pub PreferenceLevel: i32,
}
Fields§
§RouterAdvertAddr: IN_ADDR
§PreferenceLevel: i32
Trait Implementations§
§impl Clone for ICMPV4_ROUTER_ADVERT_ENTRY
impl Clone for ICMPV4_ROUTER_ADVERT_ENTRY
impl Copy for ICMPV4_ROUTER_ADVERT_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for ICMPV4_ROUTER_ADVERT_ENTRY
impl Send for ICMPV4_ROUTER_ADVERT_ENTRY
impl Sync for ICMPV4_ROUTER_ADVERT_ENTRY
impl Unpin for ICMPV4_ROUTER_ADVERT_ENTRY
impl UnwindSafe for ICMPV4_ROUTER_ADVERT_ENTRY
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