Struct windows_sys::Win32::NetworkManagement::Rras::RTM_REGN_PROFILE
[−]#[repr(C)]pub struct RTM_REGN_PROFILE {
pub MaxNextHopsInRoute: u32,
pub MaxHandlesInEnum: u32,
pub ViewsSupported: u32,
pub NumberOfViews: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
MaxNextHopsInRoute: u32
MaxHandlesInEnum: u32
ViewsSupported: u32
NumberOfViews: u32
Trait Implementations
impl Clone for RTM_REGN_PROFILE
impl Clone for RTM_REGN_PROFILE
impl Copy for RTM_REGN_PROFILE
Auto Trait Implementations
impl RefUnwindSafe for RTM_REGN_PROFILE
impl Send for RTM_REGN_PROFILE
impl Sync for RTM_REGN_PROFILE
impl Unpin for RTM_REGN_PROFILE
impl UnwindSafe for RTM_REGN_PROFILE
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