Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
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
impl Copy for VDS_IPADDRESS
Auto Trait Implementations
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
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