Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_CLASS_INFO_V6
[−]#[repr(C)]pub struct DHCP_CLASS_INFO_V6 {
pub ClassName: PWSTR,
pub ClassComment: PWSTR,
pub ClassDataLength: u32,
pub IsVendor: BOOL,
pub EnterpriseNumber: u32,
pub Flags: u32,
pub ClassData: *mut u8,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp", "Win32_Foundation"
Fields
ClassName: PWSTRClassComment: PWSTRClassDataLength: u32IsVendor: BOOLEnterpriseNumber: u32Flags: u32ClassData: *mut u8Trait Implementations
impl Clone for DHCP_CLASS_INFO_V6
impl Clone for DHCP_CLASS_INFO_V6
impl Copy for DHCP_CLASS_INFO_V6
Auto Trait Implementations
impl RefUnwindSafe for DHCP_CLASS_INFO_V6
impl !Send for DHCP_CLASS_INFO_V6
impl !Sync for DHCP_CLASS_INFO_V6
impl Unpin for DHCP_CLASS_INFO_V6
impl UnwindSafe for DHCP_CLASS_INFO_V6
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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