#[repr(C)]pub struct MPR_SERVER_SET_CONFIG_EX1 {
pub Header: MPRAPI_OBJECT_HEADER,
pub setConfigForProtocols: u32,
pub ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS1,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields
Header: MPRAPI_OBJECT_HEADER
setConfigForProtocols: u32
ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS1
Trait Implementations
impl Clone for MPR_SERVER_SET_CONFIG_EX1
impl Clone for MPR_SERVER_SET_CONFIG_EX1
impl Copy for MPR_SERVER_SET_CONFIG_EX1
Auto Trait Implementations
impl RefUnwindSafe for MPR_SERVER_SET_CONFIG_EX1
impl !Send for MPR_SERVER_SET_CONFIG_EX1
impl !Sync for MPR_SERVER_SET_CONFIG_EX1
impl Unpin for MPR_SERVER_SET_CONFIG_EX1
impl UnwindSafe for MPR_SERVER_SET_CONFIG_EX1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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