Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_ATTRIB_ARRAY
#[repr(C)]pub struct DHCP_ATTRIB_ARRAY {
pub NumElements: u32,
pub DhcpAttribs: *mut DHCP_ATTRIB,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§NumElements: u32
§DhcpAttribs: *mut DHCP_ATTRIB
Trait Implementations§
§impl Clone for DHCP_ATTRIB_ARRAY
impl Clone for DHCP_ATTRIB_ARRAY
impl Copy for DHCP_ATTRIB_ARRAY
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_ATTRIB_ARRAY
impl !Send for DHCP_ATTRIB_ARRAY
impl !Sync for DHCP_ATTRIB_ARRAY
impl Unpin for DHCP_ATTRIB_ARRAY
impl UnwindSafe for DHCP_ATTRIB_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