Struct windows::Win32::Storage::VirtualDiskService::VDS_IPADDRESS
#[repr(C)]pub struct VDS_IPADDRESS {
pub type: VDS_IPADDRESS_TYPE,
pub ipv4Address: u32,
pub ipv6Address: [u8; 16],
pub ulIpv6FlowInfo: u32,
pub ulIpv6ScopeId: u32,
pub wszTextAddress: [u16; 257],
pub ulPort: u32,
}
Fields§
§type: VDS_IPADDRESS_TYPE
§ipv4Address: u32
§ipv6Address: [u8; 16]
§ulIpv6FlowInfo: u32
§ulIpv6ScopeId: u32
§wszTextAddress: [u16; 257]
§ulPort: u32
Trait Implementations§
§impl Clone for VDS_IPADDRESS
impl Clone for VDS_IPADDRESS
§fn clone(&self) -> VDS_IPADDRESS
fn clone(&self) -> VDS_IPADDRESS
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 Debug for VDS_IPADDRESS
impl Debug for VDS_IPADDRESS
§impl Default for VDS_IPADDRESS
impl Default for VDS_IPADDRESS
§impl PartialEq for VDS_IPADDRESS
impl PartialEq for VDS_IPADDRESS
§fn eq(&self, other: &VDS_IPADDRESS) -> bool
fn eq(&self, other: &VDS_IPADDRESS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_IPADDRESS
impl Eq for VDS_IPADDRESS
impl StructuralPartialEq for VDS_IPADDRESS
Auto Trait Implementations§
impl Freeze for VDS_IPADDRESS
impl RefUnwindSafe for VDS_IPADDRESS
impl Send for VDS_IPADDRESS
impl Sync for VDS_IPADDRESS
impl Unpin for VDS_IPADDRESS
impl UnwindSafe for VDS_IPADDRESS
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
)