#[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,
}
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
§fn clone(&self) -> DHCP_IP_RESERVATION_INFO
fn clone(&self) -> DHCP_IP_RESERVATION_INFO
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 moreimpl Copy for DHCP_IP_RESERVATION_INFO
Auto Trait Implementations§
impl Freeze for DHCP_IP_RESERVATION_INFO
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§
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
)