Struct windows::Win32::NetworkManagement::Dhcp::DHCP_IP_RESERVATION
#[repr(C)]pub struct DHCP_IP_RESERVATION {
pub ReservedIpAddress: u32,
pub ReservedForClient: *mut DHCP_BINARY_DATA,
}
Fields§
§ReservedIpAddress: u32
§ReservedForClient: *mut DHCP_BINARY_DATA
Trait Implementations§
§impl Clone for DHCP_IP_RESERVATION
impl Clone for DHCP_IP_RESERVATION
§fn clone(&self) -> DHCP_IP_RESERVATION
fn clone(&self) -> DHCP_IP_RESERVATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DHCP_IP_RESERVATION
impl Debug for DHCP_IP_RESERVATION
§impl Default for DHCP_IP_RESERVATION
impl Default for DHCP_IP_RESERVATION
§impl PartialEq for DHCP_IP_RESERVATION
impl PartialEq for DHCP_IP_RESERVATION
§fn eq(&self, other: &DHCP_IP_RESERVATION) -> bool
fn eq(&self, other: &DHCP_IP_RESERVATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCP_IP_RESERVATION
impl Eq for DHCP_IP_RESERVATION
impl StructuralPartialEq for DHCP_IP_RESERVATION
Auto Trait Implementations§
impl Freeze for DHCP_IP_RESERVATION
impl RefUnwindSafe for DHCP_IP_RESERVATION
impl !Send for DHCP_IP_RESERVATION
impl !Sync for DHCP_IP_RESERVATION
impl Unpin for DHCP_IP_RESERVATION
impl UnwindSafe for DHCP_IP_RESERVATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)