Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_IP_RESERVATION_V4
#[repr(C)]pub struct DHCP_IP_RESERVATION_V4 {
pub ReservedIpAddress: u32,
pub ReservedForClient: *mut DHCP_BINARY_DATA,
pub bAllowedClientTypes: u8,
}
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§
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