#[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,
}
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
§fn clone(&self) -> DHCPV6PrefixLeaseInformation
fn clone(&self) -> DHCPV6PrefixLeaseInformation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DHCPV6PrefixLeaseInformation
Auto Trait Implementations§
impl Freeze for DHCPV6PrefixLeaseInformation
impl RefUnwindSafe for DHCPV6PrefixLeaseInformation
impl !Send for DHCPV6PrefixLeaseInformation
impl !Sync for DHCPV6PrefixLeaseInformation
impl Unpin for DHCPV6PrefixLeaseInformation
impl UnwindSafe for DHCPV6PrefixLeaseInformation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)