Struct windows::Win32::NetworkManagement::Rras::RASPPPLCPW
#[repr(C)]pub struct RASPPPLCPW {Show 15 fields
pub dwSize: u32,
pub fBundled: BOOL,
pub dwError: u32,
pub dwAuthenticationProtocol: u32,
pub dwAuthenticationData: u32,
pub dwEapTypeId: u32,
pub dwServerAuthenticationProtocol: u32,
pub dwServerAuthenticationData: u32,
pub dwServerEapTypeId: u32,
pub fMultilink: BOOL,
pub dwTerminateReason: u32,
pub dwServerTerminateReason: u32,
pub szReplyMessage: [u16; 1024],
pub dwOptions: u32,
pub dwServerOptions: u32,
}
Fields§
§dwSize: u32
§fBundled: BOOL
§dwError: u32
§dwAuthenticationProtocol: u32
§dwAuthenticationData: u32
§dwEapTypeId: u32
§dwServerAuthenticationProtocol: u32
§dwServerAuthenticationData: u32
§dwServerEapTypeId: u32
§fMultilink: BOOL
§dwTerminateReason: u32
§dwServerTerminateReason: u32
§szReplyMessage: [u16; 1024]
§dwOptions: u32
§dwServerOptions: u32
Trait Implementations§
§impl Clone for RASPPPLCPW
impl Clone for RASPPPLCPW
§fn clone(&self) -> RASPPPLCPW
fn clone(&self) -> RASPPPLCPW
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 more§impl Debug for RASPPPLCPW
impl Debug for RASPPPLCPW
§impl PartialEq for RASPPPLCPW
impl PartialEq for RASPPPLCPW
§fn eq(&self, other: &RASPPPLCPW) -> bool
fn eq(&self, other: &RASPPPLCPW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RASPPPLCPW
impl Eq for RASPPPLCPW
impl StructuralPartialEq for RASPPPLCPW
Auto Trait Implementations§
impl Freeze for RASPPPLCPW
impl RefUnwindSafe for RASPPPLCPW
impl Send for RASPPPLCPW
impl Sync for RASPPPLCPW
impl Unpin for RASPPPLCPW
impl UnwindSafe for RASPPPLCPW
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
)