Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_CLASS_INFO
[−]#[repr(C)]pub struct DHCP_CLASS_INFO {
pub ClassName: PWSTR,
pub ClassComment: PWSTR,
pub ClassDataLength: u32,
pub IsVendor: BOOL,
pub Flags: u32,
pub ClassData: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"
Fields
ClassName: PWSTR
ClassComment: PWSTR
ClassDataLength: u32
IsVendor: BOOL
Flags: u32
ClassData: *mut u8
Trait Implementations
impl Clone for DHCP_CLASS_INFO
impl Clone for DHCP_CLASS_INFO
impl Copy for DHCP_CLASS_INFO
Auto Trait Implementations
impl RefUnwindSafe for DHCP_CLASS_INFO
impl !Send for DHCP_CLASS_INFO
impl !Sync for DHCP_CLASS_INFO
impl Unpin for DHCP_CLASS_INFO
impl UnwindSafe for DHCP_CLASS_INFO
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