Struct windows_sys::Win32::NetworkManagement::Rras::RASADPARAMS
[−]#[repr(C, packed(4))]pub struct RASADPARAMS {
pub dwSize: u32,
pub hwndOwner: HWND,
pub dwFlags: u32,
pub xDlg: i32,
pub yDlg: i32,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
hwndOwner: HWND
dwFlags: u32
xDlg: i32
yDlg: i32
Trait Implementations
impl Clone for RASADPARAMS
impl Clone for RASADPARAMS
impl Copy for RASADPARAMS
Auto Trait Implementations
impl RefUnwindSafe for RASADPARAMS
impl Send for RASADPARAMS
impl Sync for RASADPARAMS
impl Unpin for RASADPARAMS
impl UnwindSafe for RASADPARAMS
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