Struct 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,
}
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
§fn clone(&self) -> RASDIALEXTENSIONS
fn clone(&self) -> RASDIALEXTENSIONS
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 RASDIALEXTENSIONS
Auto Trait Implementations§
impl Freeze for RASDIALEXTENSIONS
impl RefUnwindSafe for RASDIALEXTENSIONS
impl !Send for RASDIALEXTENSIONS
impl !Sync for RASDIALEXTENSIONS
impl Unpin for RASDIALEXTENSIONS
impl UnwindSafe for RASDIALEXTENSIONS
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