Struct windows_sys::Win32::Networking::WinSock::DL_TUNNEL_ADDRESS
[−]#[repr(C)]pub struct DL_TUNNEL_ADDRESS {
pub CompartmentId: COMPARTMENT_ID,
pub ScopeId: SCOPE_ID,
pub IpAddress: [u8; 1],
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_System_Kernel"
Fields
CompartmentId: COMPARTMENT_ID
ScopeId: SCOPE_ID
IpAddress: [u8; 1]
Trait Implementations
impl Clone for DL_TUNNEL_ADDRESS
impl Clone for DL_TUNNEL_ADDRESS
impl Copy for DL_TUNNEL_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for DL_TUNNEL_ADDRESS
impl Send for DL_TUNNEL_ADDRESS
impl Sync for DL_TUNNEL_ADDRESS
impl Unpin for DL_TUNNEL_ADDRESS
impl UnwindSafe for DL_TUNNEL_ADDRESS
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