Struct windows_sys::Win32::NetworkManagement::Rras::RASTUNNELENDPOINT
[−]#[repr(C)]pub struct RASTUNNELENDPOINT {
pub dwType: u32,
pub Anonymous: RASTUNNELENDPOINT_0,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Networking_WinSock"
Fields
dwType: u32
Anonymous: RASTUNNELENDPOINT_0
Trait Implementations
impl Clone for RASTUNNELENDPOINT
impl Clone for RASTUNNELENDPOINT
impl Copy for RASTUNNELENDPOINT
Auto Trait Implementations
impl RefUnwindSafe for RASTUNNELENDPOINT
impl Send for RASTUNNELENDPOINT
impl Sync for RASTUNNELENDPOINT
impl Unpin for RASTUNNELENDPOINT
impl UnwindSafe for RASTUNNELENDPOINT
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