Struct windows::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],
}
Fields§
§CompartmentId: COMPARTMENT_ID
§ScopeId: SCOPE_ID
§IpAddress: [u8; 1]
Trait Implementations§
§impl Clone for DL_TUNNEL_ADDRESS
impl Clone for DL_TUNNEL_ADDRESS
§fn clone(&self) -> DL_TUNNEL_ADDRESS
fn clone(&self) -> DL_TUNNEL_ADDRESS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DL_TUNNEL_ADDRESS
impl Default for DL_TUNNEL_ADDRESS
impl Copy for DL_TUNNEL_ADDRESS
Auto Trait Implementations§
impl Freeze for DL_TUNNEL_ADDRESS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)