Struct windows_sys::Win32::Networking::Clustering::CLUSTER_IP_ENTRY
[−]Expand description
Required features: "Win32_Networking_Clustering"
Fields
lpszIpAddress: PCWSTR
dwPrefixLength: u32
Trait Implementations
impl Clone for CLUSTER_IP_ENTRY
impl Clone for CLUSTER_IP_ENTRY
impl Copy for CLUSTER_IP_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for CLUSTER_IP_ENTRY
impl !Send for CLUSTER_IP_ENTRY
impl !Sync for CLUSTER_IP_ENTRY
impl Unpin for CLUSTER_IP_ENTRY
impl UnwindSafe for CLUSTER_IP_ENTRY
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