#[repr(C)]pub struct DHCP_IP_RESERVATION_V4 {
pub ReservedIpAddress: u32,
pub ReservedForClient: *mut DHCP_BINARY_DATA,
pub bAllowedClientTypes: u8,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
ReservedIpAddress: u32
ReservedForClient: *mut DHCP_BINARY_DATA
bAllowedClientTypes: u8
Trait Implementations
impl Clone for DHCP_IP_RESERVATION_V4
impl Clone for DHCP_IP_RESERVATION_V4
impl Copy for DHCP_IP_RESERVATION_V4
Auto Trait Implementations
impl RefUnwindSafe for DHCP_IP_RESERVATION_V4
impl !Send for DHCP_IP_RESERVATION_V4
impl !Sync for DHCP_IP_RESERVATION_V4
impl Unpin for DHCP_IP_RESERVATION_V4
impl UnwindSafe for DHCP_IP_RESERVATION_V4
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