Struct windows_sys::Win32::NetworkManagement::Rras::RASPPPIPA
[−]#[repr(C)]pub struct RASPPPIPA {
pub dwSize: u32,
pub dwError: u32,
pub szIpAddress: [CHAR; 16],
pub szServerIpAddress: [CHAR; 16],
pub dwOptions: u32,
pub dwServerOptions: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
Fields
dwSize: u32
dwError: u32
szIpAddress: [CHAR; 16]
szServerIpAddress: [CHAR; 16]
dwOptions: u32
dwServerOptions: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RASPPPIPA
impl Send for RASPPPIPA
impl Sync for RASPPPIPA
impl Unpin for RASPPPIPA
impl UnwindSafe for RASPPPIPA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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