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