Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SERVER_OPTIONS
#[repr(C)]pub struct DHCP_SERVER_OPTIONS {Show 25 fields
pub MessageType: *mut u8,
pub SubnetMask: *mut u32,
pub RequestedAddress: *mut u32,
pub RequestLeaseTime: *mut u32,
pub OverlayFields: *mut u8,
pub RouterAddress: *mut u32,
pub Server: *mut u32,
pub ParameterRequestList: *mut u8,
pub ParameterRequestListLength: u32,
pub MachineName: PSTR,
pub MachineNameLength: u32,
pub ClientHardwareAddressType: u8,
pub ClientHardwareAddressLength: u8,
pub ClientHardwareAddress: *mut u8,
pub ClassIdentifier: PSTR,
pub ClassIdentifierLength: u32,
pub VendorClass: *mut u8,
pub VendorClassLength: u32,
pub DNSFlags: u32,
pub DNSNameLength: u32,
pub DNSName: *mut u8,
pub DSDomainNameRequested: BOOLEAN,
pub DSDomainName: PSTR,
pub DSDomainNameLen: u32,
pub ScopeId: *mut u32,
}
Fields§
§MessageType: *mut u8
§SubnetMask: *mut u32
§RequestedAddress: *mut u32
§RequestLeaseTime: *mut u32
§OverlayFields: *mut u8
§RouterAddress: *mut u32
§Server: *mut u32
§ParameterRequestList: *mut u8
§ParameterRequestListLength: u32
§MachineName: PSTR
§MachineNameLength: u32
§ClientHardwareAddressType: u8
§ClientHardwareAddressLength: u8
§ClientHardwareAddress: *mut u8
§ClassIdentifier: PSTR
§ClassIdentifierLength: u32
§VendorClass: *mut u8
§VendorClassLength: u32
§DNSFlags: u32
§DNSNameLength: u32
§DNSName: *mut u8
§DSDomainNameRequested: BOOLEAN
§DSDomainName: PSTR
§DSDomainNameLen: u32
§ScopeId: *mut u32
Trait Implementations§
§impl Clone for DHCP_SERVER_OPTIONS
impl Clone for DHCP_SERVER_OPTIONS
§fn clone(&self) -> DHCP_SERVER_OPTIONS
fn clone(&self) -> DHCP_SERVER_OPTIONS
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_SERVER_OPTIONS
Auto Trait Implementations§
impl Freeze for DHCP_SERVER_OPTIONS
impl RefUnwindSafe for DHCP_SERVER_OPTIONS
impl !Send for DHCP_SERVER_OPTIONS
impl !Sync for DHCP_SERVER_OPTIONS
impl Unpin for DHCP_SERVER_OPTIONS
impl UnwindSafe for DHCP_SERVER_OPTIONS
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
)