Struct windows_sys::Win32::System::DeploymentServices::PXE_DHCP_MESSAGE
#[repr(C, packed(1))]pub struct PXE_DHCP_MESSAGE {Show 16 fields
pub Operation: u8,
pub HardwareAddressType: u8,
pub HardwareAddressLength: u8,
pub HopCount: u8,
pub TransactionID: u32,
pub SecondsSinceBoot: u16,
pub Reserved: u16,
pub ClientIpAddress: u32,
pub YourIpAddress: u32,
pub BootstrapServerAddress: u32,
pub RelayAgentIpAddress: u32,
pub HardwareAddress: [u8; 16],
pub HostName: [u8; 64],
pub BootFileName: [u8; 128],
pub Anonymous: PXE_DHCP_MESSAGE_0,
pub Option: PXE_DHCP_OPTION,
}
Fields§
§Operation: u8
§HardwareAddressType: u8
§HardwareAddressLength: u8
§HopCount: u8
§TransactionID: u32
§SecondsSinceBoot: u16
§Reserved: u16
§ClientIpAddress: u32
§YourIpAddress: u32
§BootstrapServerAddress: u32
§RelayAgentIpAddress: u32
§HardwareAddress: [u8; 16]
§HostName: [u8; 64]
§BootFileName: [u8; 128]
§Anonymous: PXE_DHCP_MESSAGE_0
§Option: PXE_DHCP_OPTION
Trait Implementations§
§impl Clone for PXE_DHCP_MESSAGE
impl Clone for PXE_DHCP_MESSAGE
§fn clone(&self) -> PXE_DHCP_MESSAGE
fn clone(&self) -> PXE_DHCP_MESSAGE
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 PXE_DHCP_MESSAGE
Auto Trait Implementations§
impl Freeze for PXE_DHCP_MESSAGE
impl RefUnwindSafe for PXE_DHCP_MESSAGE
impl Send for PXE_DHCP_MESSAGE
impl Sync for PXE_DHCP_MESSAGE
impl Unpin for PXE_DHCP_MESSAGE
impl UnwindSafe for PXE_DHCP_MESSAGE
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
)