Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_OPTION_ARRAY
#[repr(C)]pub struct DHCP_OPTION_ARRAY {
pub NumElements: u32,
pub Options: *mut DHCP_OPTION,
}
Fields§
§NumElements: u32
§Options: *mut DHCP_OPTION
Trait Implementations§
§impl Clone for DHCP_OPTION_ARRAY
impl Clone for DHCP_OPTION_ARRAY
impl Copy for DHCP_OPTION_ARRAY
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_OPTION_ARRAY
impl !Send for DHCP_OPTION_ARRAY
impl !Sync for DHCP_OPTION_ARRAY
impl Unpin for DHCP_OPTION_ARRAY
impl UnwindSafe for DHCP_OPTION_ARRAY
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