Struct windows_sys::Win32::NetworkManagement::Rras::GRE_CONFIG_PARAMS0
[−]Expand description
Required features: ‘Win32_NetworkManagement_Rras’
Fields
dwNumPorts: u32
dwPortFlags: u32
Trait Implementations
impl Clone for GRE_CONFIG_PARAMS0
impl Clone for GRE_CONFIG_PARAMS0
impl Copy for GRE_CONFIG_PARAMS0
Auto Trait Implementations
impl RefUnwindSafe for GRE_CONFIG_PARAMS0
impl Send for GRE_CONFIG_PARAMS0
impl Sync for GRE_CONFIG_PARAMS0
impl Unpin for GRE_CONFIG_PARAMS0
impl UnwindSafe for GRE_CONFIG_PARAMS0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more