Struct windows_sys::Win32::NetworkManagement::Rras::RTM_NEXTHOP_INFO
[−]#[repr(C)]pub struct RTM_NEXTHOP_INFO {
pub NextHopAddress: RTM_NET_ADDRESS,
pub NextHopOwner: isize,
pub InterfaceIndex: u32,
pub State: u16,
pub Flags: u16,
pub EntitySpecificInfo: *mut c_void,
pub RemoteNextHop: isize,
}Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
NextHopAddress: RTM_NET_ADDRESSNextHopOwner: isizeInterfaceIndex: u32State: u16Flags: u16EntitySpecificInfo: *mut c_voidRemoteNextHop: isizeTrait Implementations
impl Clone for RTM_NEXTHOP_INFO
impl Clone for RTM_NEXTHOP_INFO
impl Copy for RTM_NEXTHOP_INFO
Auto Trait Implementations
impl RefUnwindSafe for RTM_NEXTHOP_INFO
impl !Send for RTM_NEXTHOP_INFO
impl !Sync for RTM_NEXTHOP_INFO
impl Unpin for RTM_NEXTHOP_INFO
impl UnwindSafe for RTM_NEXTHOP_INFO
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