Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCPCAPI_CLASSID
[−]Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
Flags: u32
Data: *mut u8
nBytesData: u32
Trait Implementations
impl Clone for DHCPCAPI_CLASSID
impl Clone for DHCPCAPI_CLASSID
impl Copy for DHCPCAPI_CLASSID
Auto Trait Implementations
impl RefUnwindSafe for DHCPCAPI_CLASSID
impl !Send for DHCPCAPI_CLASSID
impl !Sync for DHCPCAPI_CLASSID
impl Unpin for DHCPCAPI_CLASSID
impl UnwindSafe for DHCPCAPI_CLASSID
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