Struct windows_sys::Win32::NetworkManagement::Rras::RASDIALEXTENSIONS
[−]#[repr(C, packed(4))]pub struct RASDIALEXTENSIONS {
pub dwSize: u32,
pub dwfOptions: u32,
pub hwndParent: HWND,
pub reserved: usize,
pub reserved1: usize,
pub RasEapInfo: RASEAPINFO,
pub fSkipPppAuth: BOOL,
pub RasDevSpecificInfo: RASDEVSPECIFICINFO,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
dwfOptions: u32
hwndParent: HWND
reserved: usize
reserved1: usize
RasEapInfo: RASEAPINFO
fSkipPppAuth: BOOL
RasDevSpecificInfo: RASDEVSPECIFICINFO
Trait Implementations
impl Clone for RASDIALEXTENSIONS
impl Clone for RASDIALEXTENSIONS
impl Copy for RASDIALEXTENSIONS
Auto Trait Implementations
impl RefUnwindSafe for RASDIALEXTENSIONS
impl !Send for RASDIALEXTENSIONS
impl !Sync for RASDIALEXTENSIONS
impl Unpin for RASDIALEXTENSIONS
impl UnwindSafe for RASDIALEXTENSIONS
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