Struct windows::Win32::NetworkManagement::Dhcp::DHCP_OPTION_DATA
#[repr(C)]pub struct DHCP_OPTION_DATA {
pub NumElements: u32,
pub Elements: *mut DHCP_OPTION_DATA_ELEMENT,
}
Fields§
§NumElements: u32
§Elements: *mut DHCP_OPTION_DATA_ELEMENT
Trait Implementations§
§impl Clone for DHCP_OPTION_DATA
impl Clone for DHCP_OPTION_DATA
§impl Debug for DHCP_OPTION_DATA
impl Debug for DHCP_OPTION_DATA
§impl Default for DHCP_OPTION_DATA
impl Default for DHCP_OPTION_DATA
§impl PartialEq for DHCP_OPTION_DATA
impl PartialEq for DHCP_OPTION_DATA
impl Copy for DHCP_OPTION_DATA
impl Eq for DHCP_OPTION_DATA
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_OPTION_DATA
impl !Send for DHCP_OPTION_DATA
impl !Sync for DHCP_OPTION_DATA
impl Unpin for DHCP_OPTION_DATA
impl UnwindSafe for DHCP_OPTION_DATA
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