#[repr(C)]pub struct DHCPV6PrefixLeaseInformation {
pub nPrefixes: u32,
pub prefixArray: *mut DHCPV6Prefix,
pub iaid: u32,
pub T1: i64,
pub T2: i64,
pub MaxLeaseExpirationTime: i64,
pub LastRenewalTime: i64,
pub status: StatusCode,
pub ServerId: *mut u8,
pub ServerIdLen: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
nPrefixes: u32
prefixArray: *mut DHCPV6Prefix
iaid: u32
T1: i64
T2: i64
MaxLeaseExpirationTime: i64
LastRenewalTime: i64
status: StatusCode
ServerId: *mut u8
ServerIdLen: u32
Trait Implementations
impl Clone for DHCPV6PrefixLeaseInformation
impl Clone for DHCPV6PrefixLeaseInformation
impl Copy for DHCPV6PrefixLeaseInformation
Auto Trait Implementations
impl RefUnwindSafe for DHCPV6PrefixLeaseInformation
impl !Send for DHCPV6PrefixLeaseInformation
impl !Sync for DHCPV6PrefixLeaseInformation
impl Unpin for DHCPV6PrefixLeaseInformation
impl UnwindSafe for DHCPV6PrefixLeaseInformation
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