#[repr(C, packed(4))]pub struct RASIKEV2_PROJECTION_INFO {Show 15 fields
pub dwIPv4NegotiationError: u32,
pub ipv4Address: IN_ADDR,
pub ipv4ServerAddress: IN_ADDR,
pub dwIPv6NegotiationError: u32,
pub ipv6Address: IN6_ADDR,
pub ipv6ServerAddress: IN6_ADDR,
pub dwPrefixLength: u32,
pub dwAuthenticationProtocol: u32,
pub dwEapTypeId: u32,
pub dwFlags: RASIKEV_PROJECTION_INFO_FLAGS,
pub dwEncryptionMethod: u32,
pub numIPv4ServerAddresses: u32,
pub ipv4ServerAddresses: *mut IN_ADDR,
pub numIPv6ServerAddresses: u32,
pub ipv6ServerAddresses: *mut IN6_ADDR,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Networking_WinSock"
Fields
dwIPv4NegotiationError: u32
ipv4Address: IN_ADDR
ipv4ServerAddress: IN_ADDR
dwIPv6NegotiationError: u32
ipv6Address: IN6_ADDR
ipv6ServerAddress: IN6_ADDR
dwPrefixLength: u32
dwAuthenticationProtocol: u32
dwEapTypeId: u32
dwFlags: RASIKEV_PROJECTION_INFO_FLAGS
dwEncryptionMethod: u32
numIPv4ServerAddresses: u32
ipv4ServerAddresses: *mut IN_ADDR
numIPv6ServerAddresses: u32
ipv6ServerAddresses: *mut IN6_ADDR
Trait Implementations
impl Clone for RASIKEV2_PROJECTION_INFO
impl Clone for RASIKEV2_PROJECTION_INFO
impl Copy for RASIKEV2_PROJECTION_INFO
Auto Trait Implementations
impl RefUnwindSafe for RASIKEV2_PROJECTION_INFO
impl !Send for RASIKEV2_PROJECTION_INFO
impl !Sync for RASIKEV2_PROJECTION_INFO
impl Unpin for RASIKEV2_PROJECTION_INFO
impl UnwindSafe for RASIKEV2_PROJECTION_INFO
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