Struct windows::Win32::NetworkManagement::Dhcp::DHCPV6_STATELESS_PARAMS
#[repr(C)]pub struct DHCPV6_STATELESS_PARAMS {
pub Status: BOOL,
pub PurgeInterval: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Status: BOOL
§PurgeInterval: u32
Trait Implementations§
§impl Clone for DHCPV6_STATELESS_PARAMS
impl Clone for DHCPV6_STATELESS_PARAMS
§impl Debug for DHCPV6_STATELESS_PARAMS
impl Debug for DHCPV6_STATELESS_PARAMS
§impl Default for DHCPV6_STATELESS_PARAMS
impl Default for DHCPV6_STATELESS_PARAMS
§impl PartialEq for DHCPV6_STATELESS_PARAMS
impl PartialEq for DHCPV6_STATELESS_PARAMS
impl Copy for DHCPV6_STATELESS_PARAMS
impl Eq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more