Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"
Fields
Status: BOOL
PurgeInterval: u32
Trait Implementations
impl Clone for DHCPV6_STATELESS_PARAMS
impl Clone for DHCPV6_STATELESS_PARAMS
impl Copy for DHCPV6_STATELESS_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for DHCPV6_STATELESS_PARAMS
impl Send for DHCPV6_STATELESS_PARAMS
impl Sync for DHCPV6_STATELESS_PARAMS
impl Unpin for DHCPV6_STATELESS_PARAMS
impl UnwindSafe for DHCPV6_STATELESS_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