Struct windows_sys::Win32::Networking::Clustering::CLUSTER_IP_ENTRY
#[repr(C)]pub struct CLUSTER_IP_ENTRY {
pub lpszIpAddress: PCWSTR,
pub dwPrefixLength: u32,
}
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§
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