#[repr(C)]pub struct DHCP_ALL_OPTION_VALUES_PB_0 {
pub PolicyName: PWSTR,
pub VendorName: PWSTR,
pub IsVendor: BOOL,
pub OptionsArray: *mut DHCP_OPTION_VALUE_ARRAY,
}
Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’, ‘Win32_Foundation’
Fields
PolicyName: PWSTR
VendorName: PWSTR
IsVendor: BOOL
OptionsArray: *mut DHCP_OPTION_VALUE_ARRAY
Trait Implementations
impl Clone for DHCP_ALL_OPTION_VALUES_PB_0
impl Clone for DHCP_ALL_OPTION_VALUES_PB_0
impl Copy for DHCP_ALL_OPTION_VALUES_PB_0
Auto Trait Implementations
impl RefUnwindSafe for DHCP_ALL_OPTION_VALUES_PB_0
impl !Send for DHCP_ALL_OPTION_VALUES_PB_0
impl !Sync for DHCP_ALL_OPTION_VALUES_PB_0
impl Unpin for DHCP_ALL_OPTION_VALUES_PB_0
impl UnwindSafe for DHCP_ALL_OPTION_VALUES_PB_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more