Struct windows_sys::Win32::NetworkManagement::Rras::MGM_IF_ENTRY
[−]#[repr(C)]pub struct MGM_IF_ENTRY {
pub dwIfIndex: u32,
pub dwIfNextHopAddr: u32,
pub bIGMP: BOOL,
pub bIsEnabled: BOOL,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwIfIndex: u32
dwIfNextHopAddr: u32
bIGMP: BOOL
bIsEnabled: BOOL
Trait Implementations
impl Clone for MGM_IF_ENTRY
impl Clone for MGM_IF_ENTRY
impl Copy for MGM_IF_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for MGM_IF_ENTRY
impl Send for MGM_IF_ENTRY
impl Sync for MGM_IF_ENTRY
impl Unpin for MGM_IF_ENTRY
impl UnwindSafe for MGM_IF_ENTRY
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