Struct windows_sys::Win32::NetworkManagement::Rras::RTM_NEXTHOP_LIST
[−]Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
NumNextHops: u16
NextHops: [isize; 1]
Trait Implementations
impl Clone for RTM_NEXTHOP_LIST
impl Clone for RTM_NEXTHOP_LIST
impl Copy for RTM_NEXTHOP_LIST
Auto Trait Implementations
impl RefUnwindSafe for RTM_NEXTHOP_LIST
impl Send for RTM_NEXTHOP_LIST
impl Sync for RTM_NEXTHOP_LIST
impl Unpin for RTM_NEXTHOP_LIST
impl UnwindSafe for RTM_NEXTHOP_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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