Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCPAPI_PARAMS
[−]#[repr(C)]pub struct DHCPAPI_PARAMS {
pub Flags: u32,
pub OptionId: u32,
pub IsVendor: BOOL,
pub Data: *mut u8,
pub nBytesData: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"
Fields
Flags: u32
OptionId: u32
IsVendor: BOOL
Data: *mut u8
nBytesData: u32
Trait Implementations
impl Clone for DHCPAPI_PARAMS
impl Clone for DHCPAPI_PARAMS
impl Copy for DHCPAPI_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for DHCPAPI_PARAMS
impl !Send for DHCPAPI_PARAMS
impl !Sync for DHCPAPI_PARAMS
impl Unpin for DHCPAPI_PARAMS
impl UnwindSafe for DHCPAPI_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more