Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_IP_CLUSTER
#[repr(C)]pub struct DHCP_IP_CLUSTER {
pub ClusterAddress: u32,
pub ClusterMask: u32,
}
Fields§
§ClusterAddress: u32
§ClusterMask: u32
Trait Implementations§
§impl Clone for DHCP_IP_CLUSTER
impl Clone for DHCP_IP_CLUSTER
impl Copy for DHCP_IP_CLUSTER
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_IP_CLUSTER
impl Send for DHCP_IP_CLUSTER
impl Sync for DHCP_IP_CLUSTER
impl Unpin for DHCP_IP_CLUSTER
impl UnwindSafe for DHCP_IP_CLUSTER
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