Struct windows::Win32::NetworkManagement::Dhcp::DHCPV6Prefix
#[repr(C)]pub struct DHCPV6Prefix {
pub prefix: [u8; 16],
pub prefixLength: u32,
pub preferredLifeTime: u32,
pub validLifeTime: u32,
pub status: StatusCode,
}
Fields§
§prefix: [u8; 16]
§prefixLength: u32
§preferredLifeTime: u32
§validLifeTime: u32
§status: StatusCode
Trait Implementations§
§impl Clone for DHCPV6Prefix
impl Clone for DHCPV6Prefix
§fn clone(&self) -> DHCPV6Prefix
fn clone(&self) -> DHCPV6Prefix
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 more§impl Debug for DHCPV6Prefix
impl Debug for DHCPV6Prefix
§impl Default for DHCPV6Prefix
impl Default for DHCPV6Prefix
§impl PartialEq for DHCPV6Prefix
impl PartialEq for DHCPV6Prefix
§fn eq(&self, other: &DHCPV6Prefix) -> bool
fn eq(&self, other: &DHCPV6Prefix) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCPV6Prefix
impl Eq for DHCPV6Prefix
impl StructuralPartialEq for DHCPV6Prefix
Auto Trait Implementations§
impl Freeze for DHCPV6Prefix
impl RefUnwindSafe for DHCPV6Prefix
impl Send for DHCPV6Prefix
impl Sync for DHCPV6Prefix
impl Unpin for DHCPV6Prefix
impl UnwindSafe for DHCPV6Prefix
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
)