Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_ROUTESTATE
[−]#[repr(C)]pub struct MIB_ROUTESTATE {
pub bRoutesSetToStack: BOOL,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
, "Win32_Foundation"
Fields
bRoutesSetToStack: BOOL
Trait Implementations
impl Clone for MIB_ROUTESTATE
impl Clone for MIB_ROUTESTATE
impl Copy for MIB_ROUTESTATE
Auto Trait Implementations
impl RefUnwindSafe for MIB_ROUTESTATE
impl Send for MIB_ROUTESTATE
impl Sync for MIB_ROUTESTATE
impl Unpin for MIB_ROUTESTATE
impl UnwindSafe for MIB_ROUTESTATE
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