Struct windows_sys::Win32::NetworkManagement::Rras::RASTUNNELENDPOINT
#[repr(C)]pub struct RASTUNNELENDPOINT {
pub dwType: u32,
pub Anonymous: RASTUNNELENDPOINT_0,
}
Expand description
Required features: "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§
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