#[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,
}
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
§fn clone(&self) -> RASIKEV2_PROJECTION_INFO
fn clone(&self) -> RASIKEV2_PROJECTION_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RASIKEV2_PROJECTION_INFO
Auto Trait Implementations§
impl Freeze for RASIKEV2_PROJECTION_INFO
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)